projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d12e52
)
[PATCH] ppc64: add missing Kconfig help text
author
Jesper Juhl
<juhl-lkml@dif.dk>
Thu, 5 May 2005 23:15:12 +0000
(16:15 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:32 +0000
(16:36 -0700)
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>
arch/ppc64/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc64/Kconfig.debug
b/arch/ppc64/Kconfig.debug
index e341a129da8046b3338deaa2c22c3dad796b341a..46b1ce58da3b39abd2ae6349040bc87001dd607c 100644
(file)
--- a/
arch/ppc64/Kconfig.debug
+++ b/
arch/ppc64/Kconfig.debug
@@
-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"