6 * Tell the user there is some problem.
7 * The offending file and line are encoded after the "officially
8 * undefined" opcode for parsing in the trap handler.
13 #ifdef CONFIG_DEBUG_BUGVERBOSE
15 __asm__ __volatile__( "ud2\n" \
18 : : "i" (__LINE__), "i" (__FILE__))
20 #define BUG() __asm__ __volatile__("ud2\n")
24 #include <asm-generic/bug.h>