From: Ingo Molnar one stacktrace column if CONFIG_LOCKDEP=y Signed-off-by: Ingo Molnar Cc: Arjan van de Ven Signed-off-by: Andrew Morton --- arch/i386/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN arch/i386/Kconfig.debug~lockdep-one-stacktrace-column-if-config_lockdep=y arch/i386/Kconfig.debug --- devel/arch/i386/Kconfig.debug~lockdep-one-stacktrace-column-if-config_lockdep=y 2006-05-30 00:41:09.000000000 -0700 +++ devel-akpm/arch/i386/Kconfig.debug 2006-05-30 00:41:09.000000000 -0700 @@ -34,7 +34,8 @@ config DEBUG_STACK_USAGE config STACK_BACKTRACE_COLS int "Stack backtraces per line" if DEBUG_KERNEL range 1 3 - default 2 + default 1 if LOCKDEP + default 2 if !LOCKDEP help Selects how many stack backtrace entries per line to display. _