From: Geoff Levand Date: Mon, 19 Jun 2006 18:33:30 +0000 (+0200) Subject: [POWERPC] spufs: fix spu irq affinity setting X-Git-Tag: v2.6.18-rc1~1081^2~225^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91942ae7ebd518006dcbeb2a1d7b147253c080e;p=pandora-kernel.git [POWERPC] spufs: fix spu irq affinity setting This changes the hypervisor abstraction of setting cpu affinity to a higher level to avoid platform dependent interrupt controller routines. I replaced spu_priv1_ops:spu_int_route_set() with a new routine spu_priv1_ops:spu_cpu_affinity_set(). As a by-product, this change eliminated what looked like an existing bug in the set affinity code where spu_int_route_set() mistakenly called int_stat_get(). Signed-off-by: Geoff Levand Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed