[PATCH] (22/46) Kconfig fix (IRQ_ALL_CPUS vs. MV64360)
From: Al Viro <hidden>
Date: 2005-08-19 06:49:46
From: Al Viro <hidden>
Date: 2005-08-19 06:49:46
MV64360 does not support IRQ_ALL_CPUS - see arch/ppc/syslib/mv64360_pic.c. Signed-off-by: Al Viro <redacted> ---- 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