[PATCH] (22/46) Kconfig fix (IRQ_ALL_CPUS vs. MV64360)
Al Viro
viro at www.linux.org.uk
Fri Aug 19 16:51:50 EST 2005
MV64360 does not support IRQ_ALL_CPUS - see arch/ppc/syslib/mv64360_pic.c.
Signed-off-by: Al Viro <viro at parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc6-git10-ppc-SMP/arch/ppc/Kconfig RC13-rc6-git10-mv64360-irq/arch/ppc/Kconfig
--- RC13-rc6-git10-ppc-SMP/arch/ppc/Kconfig 2005-08-18 14:23:24.000000000 -0400
+++ RC13-rc6-git10-mv64360-irq/arch/ppc/Kconfig 2005-08-18 14:23:25.000000000 -0400
@@ -931,7 +931,7 @@
config IRQ_ALL_CPUS
bool "Distribute interrupts on all CPUs by default"
- depends on SMP
+ depends on SMP && !MV64360
help
This option gives the kernel permission to distribute IRQs across
multiple CPUs. Saying N here will route all IRQs to the first
More information about the Linuxppc-dev
mailing list