commit | dbb74540aec2f70660d6ad43414a3d1f3c3aceec | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Aug 07 14:52:17 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Aug 27 02:16:55 2007 +0100 |
tree | 00a48185f07e120dc0b792632fb4d0a6297030a8 | |
parent | 028151bfed9f94e83a79f3886f93861587de08b4 [diff] [blame] |
[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f588b55..2f2fd19 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -697,6 +697,10 @@ bool select ZONE_DMA +config HOTPLUG_CPU + bool + default n + config I8259 bool