powerpc/pseries: Fix xics interrupt affinity
authorAnton Blanchard <anton@samba.org>
Mon, 4 Jan 2010 15:26:33 +0000 (15:26 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 15 Jan 2010 02:20:07 +0000 (13:20 +1100)
commit92cb3694dd8da8769f9415790e169b9cf3a16fcb
tree8098b4b455879b4aa61cd9d8c7961e723c37d031
parente443ed35606cf921cbf9d6949010a5b36bbe747d
powerpc/pseries: Fix xics interrupt affinity

Commit 57b150cce8e004ddd36330490a68bfb59b7271e9 (irq: only update affinity if
->set_affinity() is sucessfull) broke xics irq affinity.

We need to use the cpumask passed in, instead of accessing ->affinity directly.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/xics.c