Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dbb74540aec2f70660d6ad43414a3d1f3c3aceec
Commit:     dbb74540aec2f70660d6ad43414a3d1f3c3aceec
Parent:     028151bfed9f94e83a79f3886f93861587de08b4
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 7 14:52:17 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:16:55 2007 +0100

    [MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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 @@ config GENERIC_ISA_DMA
        bool
        select ZONE_DMA
 
+config HOTPLUG_CPU
+       bool
+       default n
+
 config I8259
        bool
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to