From: Geert Uytterhoeven Date: Sun, 18 May 2008 18:47:12 +0000 (+0200) Subject: m68k: Make gcc aware that BUG() does not return X-Git-Tag: v2.6.26-rc3~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8006b060f3982a969c5170aa869628d54dd30d8;p=pandora-kernel.git m68k: Make gcc aware that BUG() does not return Use `__builtin_trap()' instead of `asm volatile("illegal")' in the m68k BUG() macros (as suggested by Andrew Pinski), to kill warnings in code that assumes BUG() does not return. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed