diff options
Diffstat (limited to 'arch/parisc/include/asm/bug.h')
-rw-r--r-- | arch/parisc/include/asm/bug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/bug.h b/arch/parisc/include/asm/bug.h index d2742273a685..07ea467f22fc 100644 --- a/arch/parisc/include/asm/bug.h +++ b/arch/parisc/include/asm/bug.h | |||
@@ -27,7 +27,7 @@ | |||
27 | do { \ | 27 | do { \ |
28 | asm volatile("\n" \ | 28 | asm volatile("\n" \ |
29 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ | 29 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ |
30 | "\t.pushsection __bug_table,\"a\"\n" \ | 30 | "\t.pushsection __bug_table,\"aw\"\n" \ |
31 | "2:\t" ASM_WORD_INSN "1b, %c0\n" \ | 31 | "2:\t" ASM_WORD_INSN "1b, %c0\n" \ |
32 | "\t.short %c1, %c2\n" \ | 32 | "\t.short %c1, %c2\n" \ |
33 | "\t.org 2b+%c3\n" \ | 33 | "\t.org 2b+%c3\n" \ |
@@ -50,7 +50,7 @@ | |||
50 | do { \ | 50 | do { \ |
51 | asm volatile("\n" \ | 51 | asm volatile("\n" \ |
52 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ | 52 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ |
53 | "\t.pushsection __bug_table,\"a\"\n" \ | 53 | "\t.pushsection __bug_table,\"aw\"\n" \ |
54 | "2:\t" ASM_WORD_INSN "1b, %c0\n" \ | 54 | "2:\t" ASM_WORD_INSN "1b, %c0\n" \ |
55 | "\t.short %c1, %c2\n" \ | 55 | "\t.short %c1, %c2\n" \ |
56 | "\t.org 2b+%c3\n" \ | 56 | "\t.org 2b+%c3\n" \ |
@@ -64,7 +64,7 @@ | |||
64 | do { \ | 64 | do { \ |
65 | asm volatile("\n" \ | 65 | asm volatile("\n" \ |
66 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ | 66 | "1:\t" PARISC_BUG_BREAK_ASM "\n" \ |
67 | "\t.pushsection __bug_table,\"a\"\n" \ | 67 | "\t.pushsection __bug_table,\"aw\"\n" \ |
68 | "2:\t" ASM_WORD_INSN "1b\n" \ | 68 | "2:\t" ASM_WORD_INSN "1b\n" \ |
69 | "\t.short %c0\n" \ | 69 | "\t.short %c0\n" \ |
70 | "\t.org 2b+%c1\n" \ | 70 | "\t.org 2b+%c1\n" \ |