diff options
Diffstat (limited to 'arch/s390/include/asm/bug.h')
-rw-r--r-- | arch/s390/include/asm/bug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/bug.h b/arch/s390/include/asm/bug.h index 1bbd9dbfe4e0..ce9cc123988b 100644 --- a/arch/s390/include/asm/bug.h +++ b/arch/s390/include/asm/bug.h | |||
@@ -14,7 +14,7 @@ | |||
14 | ".section .rodata.str,\"aMS\",@progbits,1\n" \ | 14 | ".section .rodata.str,\"aMS\",@progbits,1\n" \ |
15 | "2: .asciz \""__FILE__"\"\n" \ | 15 | "2: .asciz \""__FILE__"\"\n" \ |
16 | ".previous\n" \ | 16 | ".previous\n" \ |
17 | ".section __bug_table,\"a\"\n" \ | 17 | ".section __bug_table,\"aw\"\n" \ |
18 | "3: .long 1b-3b,2b-3b\n" \ | 18 | "3: .long 1b-3b,2b-3b\n" \ |
19 | " .short %0,%1\n" \ | 19 | " .short %0,%1\n" \ |
20 | " .org 3b+%2\n" \ | 20 | " .org 3b+%2\n" \ |
@@ -30,7 +30,7 @@ | |||
30 | asm volatile( \ | 30 | asm volatile( \ |
31 | "0: j 0b+2\n" \ | 31 | "0: j 0b+2\n" \ |
32 | "1:\n" \ | 32 | "1:\n" \ |
33 | ".section __bug_table,\"a\"\n" \ | 33 | ".section __bug_table,\"aw\"\n" \ |
34 | "2: .long 1b-2b\n" \ | 34 | "2: .long 1b-2b\n" \ |
35 | " .short %0\n" \ | 35 | " .short %0\n" \ |
36 | " .org 2b+%1\n" \ | 36 | " .org 2b+%1\n" \ |