From: Nobuhiro Iwamatsu Date: Mon, 1 Jan 2007 00:21:43 +0000 (+0900) Subject: sh: Fix handle_BUG() compile error. X-Git-Tag: v2.6.21-rc1~179^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b67ef7518d1fcd4489dc464d4c33a274a1c635;p=pandora-kernel.git sh: Fix handle_BUG() compile error. handle_BUG() uses TRAPA_BUG_OPCODE which is only defined for CONFIG_BUG, make sure it's not built when CONFIG_BUG=n. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Paul Mundt --- Reading git-diff-tree failed