diff options
Diffstat (limited to 'arch/arm/include/asm/bug.h')
-rw-r--r-- | arch/arm/include/asm/bug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/bug.h b/arch/arm/include/asm/bug.h index b274bde24905..e7335a92144e 100644 --- a/arch/arm/include/asm/bug.h +++ b/arch/arm/include/asm/bug.h | |||
@@ -40,6 +40,7 @@ do { \ | |||
40 | "2:\t.asciz " #__file "\n" \ | 40 | "2:\t.asciz " #__file "\n" \ |
41 | ".popsection\n" \ | 41 | ".popsection\n" \ |
42 | ".pushsection __bug_table,\"a\"\n" \ | 42 | ".pushsection __bug_table,\"a\"\n" \ |
43 | ".align 2\n" \ | ||
43 | "3:\t.word 1b, 2b\n" \ | 44 | "3:\t.word 1b, 2b\n" \ |
44 | "\t.hword " #__line ", 0\n" \ | 45 | "\t.hword " #__line ", 0\n" \ |
45 | ".popsection"); \ | 46 | ".popsection"); \ |