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

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

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig RC13-rc6-git13-mv64360-irq/arch/ppc/Kconfig
--- RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig	2005-08-21 13:17:03.000000000 -0400
+++ RC13-rc6-git13-mv64360-irq/arch/ppc/Kconfig	2005-08-21 13:17:04.000000000 -0400
@@ -935,7 +935,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-23 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23 21:46 [PATCH] (21/43) 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