Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4457fb9 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] Kconfig fix (IRQ_ALL_CPUS vs. MV64360)



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

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ee449f51
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -931,7 +931,7 @@ config SMP


config IRQ_ALL_CPUS
config IRQ_ALL_CPUS
	bool "Distribute interrupts on all CPUs by default"
	bool "Distribute interrupts on all CPUs by default"
	depends on SMP
	depends on SMP && !MV64360
	help
	help
	  This option gives the kernel permission to distribute IRQs across
	  This option gives the kernel permission to distribute IRQs across
	  multiple CPUs.  Saying N here will route all IRQs to the first
	  multiple CPUs.  Saying N here will route all IRQs to the first