[patch 2.6.16-rc1-mm1] i386: make stack backtrace default to two columns

From: Chuck Ebbert
Date: Wed Jan 18 2006 - 21:52:35 EST


Make stack backtrace columns default to 2 so this gets
some testing.

Signed-Off-By: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx>

--- 2.6.16-rc1-mm1.orig/arch/i386/Kconfig.debug
+++ 2.6.16-rc1-mm1/arch/i386/Kconfig.debug
@@ -34,7 +34,7 @@ config DEBUG_STACK_USAGE
config STACK_BACKTRACE_COLS
int "Stack backtraces per line" if DEBUG_KERNEL
range 1 3
- default 1
+ default 2
help
Selects how many stack backtrace entries per line to display.
-
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/