Skip to content

Commit

Permalink
[MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug
Browse files Browse the repository at this point in the history
This effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 6, 2007
1 parent f7c2778 commit 9349075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9349075

Please sign in to comment.