projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee449f5
)
[PATCH] Kconfig fix (IRQ_ALL_CPUS vs. MV64360)
author
Al Viro
<viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:46:31 +0000
(22:46 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:42 +0000
(18:43 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/Kconfig
b/arch/ppc/Kconfig
index f2900f82f898f03b4956b02240dd1b06a016756f..015333033127860ce2e7220dd509331dec768bcf 100644
(file)
--- a/
arch/ppc/Kconfig
+++ b/
arch/ppc/Kconfig
@@
-931,7
+931,7
@@
config SMP
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