[PATCH] ppc64: add missing Kconfig help text

Anton Blanchard anton at samba.org
Sun May 1 20:30:13 EST 2005


From: Jesper Juhl <juhl-lkml at dif.dk>

There's no help text for CONFIG_DEBUG_STACKOVERFLOW - add one.

Signed-off-by: Jesper Juhl <juhl-lkml at dif.dk>
Signed-off-by: Anton Blanchard <anton at samba.org>

Index: linux-2.6.12-rc2/arch/ppc64/Kconfig.debug
===================================================================
--- linux-2.6.12-rc2.orig/arch/ppc64/Kconfig.debug	2005-02-04 04:10:36.000000000 +1100
+++ linux-2.6.12-rc2/arch/ppc64/Kconfig.debug	2005-05-01 20:27:18.760365099 +1000
@@ -5,6 +5,9 @@
 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"



More information about the Linuxppc64-dev mailing list