[PATCH] ppc64: add missing Kconfig help text

From: Jesper Juhl
Date: Wed Dec 22 2004 - 17:32:12 EST



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

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

--- linux-2.6.10-rc3-bk15-orig/arch/ppc64/Kconfig.debug 2004-12-06 22:24:18.000000000 +0100
+++ linux-2.6.10-rc3-bk15/arch/ppc64/Kconfig.debug 2004-12-22 23:28:10.000000000 +0100
@@ -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 DEBUG_STACK_USAGE
bool "Stack utilization instrumentation"


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/