From: Chuck Ebbert <76306.1226@compuserve.com> Date: Fri, 14 Jul 2006 07:23:58 +0000 (-0700) Subject: [PATCH] i386: handle_BUG(): don't print garbage if debug info unavailable X-Git-Tag: v2.6.18-rc2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7015331098cc156c30282588bbd30bbf7a59291;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed