5 #include <linux/compiler.h>
7 #ifdef CONFIG_DEBUG_BUGVERBOSE
8 extern void do_BUG(const char *file, int line);
10 do_BUG(__FILE__, __LINE__); \
14 #define BUG() __builtin_trap()
20 #include <asm-generic/bug.h>
23 extern void die_if_kernel(char *str, struct pt_regs *regs) __attribute__ ((noreturn));