projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
028151b
)
[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Aug 2007 13:52:17 +0000
(14:52 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:55 +0000
(
02:16
+0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index f588b55c6d0b5af109755f2b7c117073f86cefad..2f2fd194b8d63babf910bc8d2304b31c387afe3e 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-697,6
+697,10
@@
config GENERIC_ISA_DMA
bool
select ZONE_DMA
+config HOTPLUG_CPU
+ bool
+ default n
+
config I8259
bool