|
@@ -18,7 +18,7 @@ struct bug_frame {
|
|
|
#define HAVE_ARCH_BUG
|
|
|
#define BUG() \
|
|
|
asm volatile("ud2 ; .quad %c1 ; .short %c0" :: \
|
|
|
- "i"(__LINE__), "i" (__stringify(KBUILD_BASENAME)))
|
|
|
+ "i"(__LINE__), "i" (__stringify(__FILE__)))
|
|
|
void out_of_line_bug(void);
|
|
|
#include <asm-generic/bug.h>
|
|
|
|