diff options
author | Olof Johansson <olof@lixom.net> | 2007-09-17 16:12:29 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-22 00:49:22 -0400 |
commit | 17b5ee04c09a158129eb538933eae7be956190e9 (patch) | |
tree | e345f5ab3945e90b4cd8a816ffbde810188959a3 /arch/powerpc/sysdev/mpic.c | |
parent | 3164cccdc0e6e16eb9797586aaa8d1f759799c01 (diff) |
[POWERPC] Support setting affinity for U3/U4 MSI sources
Hook up affinity-setting for U3/U4 MSI interrupt sources.
Tested on Quad G5 with myri10ge.
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/mpic.c')
-rw-r--r-- | arch/powerpc/sysdev/mpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c index 8de29f28b4c7..22600fd23958 100644 --- a/arch/powerpc/sysdev/mpic.c +++ b/arch/powerpc/sysdev/mpic.c | |||
@@ -768,7 +768,7 @@ static void mpic_end_ipi(unsigned int irq) | |||
768 | 768 | ||
769 | #endif /* CONFIG_SMP */ | 769 | #endif /* CONFIG_SMP */ |
770 | 770 | ||
771 | static void mpic_set_affinity(unsigned int irq, cpumask_t cpumask) | 771 | void mpic_set_affinity(unsigned int irq, cpumask_t cpumask) |
772 | { | 772 | { |
773 | struct mpic *mpic = mpic_from_irq(irq); | 773 | struct mpic *mpic = mpic_from_irq(irq); |
774 | unsigned int src = mpic_irq_to_hw(irq); | 774 | unsigned int src = mpic_irq_to_hw(irq); |