6 * Tell the user there is some problem.
7 * The offending file and line are encoded encoded in the __bug_table section.
13 #ifdef CONFIG_DEBUG_BUGVERBOSE
16 asm volatile("1:\tud2\n" \
17 ".pushsection __bug_table,\"a\"\n" \
18 "2:\t.long 1b, %c0\n" \
22 : : "i" (__FILE__), "i" (__LINE__), \
23 "i" (sizeof(struct bug_entry))); \
30 asm volatile("ud2"); \
36 #include <asm-generic/bug.h>