[PATCH] i386: handle_BUG(): don't print garbage if debug info unavailable
authorChuck Ebbert <76306.1226@compuserve.com>
Fri, 14 Jul 2006 07:23:58 +0000 (00:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:51 +0000 (21:53 -0700)
commitb7015331098cc156c30282588bbd30bbf7a59291
tree349b2933b488e1e686eb1fdcb83e1552adcb50e3
parentc38c8db7225465c8d124f38b24d3024decc26bbd
[PATCH] i386: handle_BUG(): don't print garbage if debug info unavailable

handle_BUG() tries to print file and line number even when they're not
available (CONFIG_DEBUG_BUGVERBOSE is not set.) Change this to print a
message stating info is unavailable instead of printing a misleading
message.

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