]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] lockdep: i386 remove multi entry backtraces
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:24:37 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:02 +0000 (15:27 -0700)
commitf0a5c315eb266edc608a29971bb4ff1a3025c58f
tree5cc74aa9c022ee8cdb434cb5fe0bcdc925d9c235
parentc9ca1ba5bde45839cdc4f8ab93730cb68e6ee8a6
[PATCH] lockdep: i386 remove multi entry backtraces

Remove CONFIG_STACK_BACKTRACE_COLS.

This feature didnt work out: instead of making kernel debugging more
efficient, it produces much harder to read stacktraces!  Check out this trace
for example:

  http://static.flickr.com/47/158326090_35d0129147_b_d.jpg

That backtrace could have been printed much nicer as a one-entry-per-line
thing, taking the same amount of screen real-estate.

Plus we remove 30 lines of kernel code as well.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig.debug
arch/i386/kernel/traps.c