diff options
Diffstat (limited to 'arch/sh/include/asm/bug.h')
-rw-r--r-- | arch/sh/include/asm/bug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/bug.h b/arch/sh/include/asm/bug.h index c9828f785ca0..5b5086367639 100644 --- a/arch/sh/include/asm/bug.h +++ b/arch/sh/include/asm/bug.h | |||
@@ -24,14 +24,14 @@ | |||
24 | */ | 24 | */ |
25 | #ifdef CONFIG_DEBUG_BUGVERBOSE | 25 | #ifdef CONFIG_DEBUG_BUGVERBOSE |
26 | #define _EMIT_BUG_ENTRY \ | 26 | #define _EMIT_BUG_ENTRY \ |
27 | "\t.pushsection __bug_table,\"a\"\n" \ | 27 | "\t.pushsection __bug_table,\"aw\"\n" \ |
28 | "2:\t.long 1b, %O1\n" \ | 28 | "2:\t.long 1b, %O1\n" \ |
29 | "\t.short %O2, %O3\n" \ | 29 | "\t.short %O2, %O3\n" \ |
30 | "\t.org 2b+%O4\n" \ | 30 | "\t.org 2b+%O4\n" \ |
31 | "\t.popsection\n" | 31 | "\t.popsection\n" |
32 | #else | 32 | #else |
33 | #define _EMIT_BUG_ENTRY \ | 33 | #define _EMIT_BUG_ENTRY \ |
34 | "\t.pushsection __bug_table,\"a\"\n" \ | 34 | "\t.pushsection __bug_table,\"aw\"\n" \ |
35 | "2:\t.long 1b\n" \ | 35 | "2:\t.long 1b\n" \ |
36 | "\t.short %O3\n" \ | 36 | "\t.short %O3\n" \ |
37 | "\t.org 2b+%O4\n" \ | 37 | "\t.org 2b+%O4\n" \ |