LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] (22/46) Kconfig fix (IRQ_ALL_CPUS vs. MV64360)
@ 2005-08-19  6:51 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-08-19  6:51 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev

MV64360 does not support IRQ_ALL_CPUS - see arch/ppc/syslib/mv64360_pic.c.

Signed-off-by: Al Viro <viro@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-19  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19  6:51 [PATCH] (22/46) Kconfig fix (IRQ_ALL_CPUS vs. MV64360) Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox