commit | 92cb3694dd8da8769f9415790e169b9cf3a16fcb | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Jan 04 15:26:33 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jan 15 13:20:07 2010 +1100 |
tree | 8098b4b455879b4aa61cd9d8c7961e723c37d031 | |
parent | e443ed35606cf921cbf9d6949010a5b36bbe747d [diff] |
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>