diff options
Diffstat (limited to 'include/asm-x86_64/bug.h')
| -rw-r--r-- | include/asm-x86_64/bug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-x86_64/bug.h b/include/asm-x86_64/bug.h index 19aed6e78fec..bdbf66eab6ee 100644 --- a/include/asm-x86_64/bug.h +++ b/include/asm-x86_64/bug.h | |||
| @@ -15,11 +15,13 @@ struct bug_frame { | |||
| 15 | unsigned short line; | 15 | unsigned short line; |
| 16 | } __attribute__((packed)); | 16 | } __attribute__((packed)); |
| 17 | 17 | ||
| 18 | #ifdef CONFIG_BUG | ||
| 18 | #define HAVE_ARCH_BUG | 19 | #define HAVE_ARCH_BUG |
| 19 | #define BUG() \ | 20 | #define BUG() \ |
| 20 | asm volatile("ud2 ; .quad %c1 ; .short %c0" :: \ | 21 | asm volatile("ud2 ; .quad %c1 ; .short %c0" :: \ |
| 21 | "i"(__LINE__), "i" (__stringify(__FILE__))) | 22 | "i"(__LINE__), "i" (__stringify(__FILE__))) |
| 22 | void out_of_line_bug(void); | 23 | void out_of_line_bug(void); |
| 23 | #include <asm-generic/bug.h> | 24 | #endif |
| 24 | 25 | ||
| 26 | #include <asm-generic/bug.h> | ||
| 25 | #endif | 27 | #endif |
