projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c2778
)
[MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Jul 2007 16:39:48 +0000
(17:39 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 6 Jul 2007 15:17:11 +0000
(16:17 +0100)
This effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig.debug
b/arch/mips/Kconfig.debug
index
72d5c19
..
3efe117
100644
(file)
--- 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