Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9349075a15a876f8e82f433ec84f99d19d3e77f9
Commit:     9349075a15a876f8e82f433ec84f99d19d3e77f9
Parent:     f7c2778151f32581ea9ec567d01d5d85209fcfe6
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 5 17:39:48 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Jul 6 16:17:11 2007 +0100

    [MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug
    
    This effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/Kconfig.debug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug
index 72d5c19..3efe117 100644
--- a/arch/mips/Kconfig.debug
+++ b/arch/mips/Kconfig.debug
@@ -37,7 +37,7 @@ config DEBUG_STACK_USAGE
 
          This option will slow down process creation somewhat.
 
-config CONFIG_SMTC_IDLE_HOOK_DEBUG
+config SMTC_IDLE_HOOK_DEBUG
        bool "Enable additional debug checks before going into CPU idle loop"
        depends on DEBUG_KERNEL && MIPS_MT_SMTC
        help
-
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