OSDN Git Service
(root)
/
uclinux-h8
/
linux.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
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index
f588b55
..
2f2fd19
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