]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbb5335bf195612bb501b400492d16b048f3cadcf
tree349b2933b488e1e686eb1fdcb83e1552adcb50e3
parent5fc6655382d368e603d091348f671a5847d28341
[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