[PATCH] i386: fix dump_stack()
authorChuck Ebbert <76306.1226@compuserve.com>
Thu, 23 Mar 2006 10:59:52 +0000 (02:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:06 +0000 (07:38 -0800)
commit75874d5cc8efef22457072e14103dc55f164e64e
tree86458247e120310fdd6679e4575102958b6c022c
parent4ef0652a74d9c460299b00566d033bd45d60da98
[PATCH] i386: fix dump_stack()

i386 has a small bug in the stack dump code where it prints an extra log
level code.  Remove that and fix the alignment of normal stack dump
printout.  Also remove some unnecessary printk() calls.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/traps.c