Skip to content

Commit

Permalink
[PATCH] ppc64: add missing Kconfig help text
Browse files Browse the repository at this point in the history
There's no help text for CONFIG_DEBUG_STACKOVERFLOW - add one.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed May 5, 2005
1 parent 7d12e52 commit e685752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/ppc64/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source "lib/Kconfig.debug"
config DEBUG_STACKOVERFLOW
bool "Check for stack overflows"
depends on DEBUG_KERNEL
help
This option will cause messages to be printed if free stack space
drops below a certain limit.

config KPROBES
bool "Kprobes"
Expand Down

0 comments on commit e685752

Please sign in to comment.