diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/jump_label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/jump_label.h b/arch/sparc/include/asm/jump_label.h index 65c0d3029796..427d4684e0d2 100644 --- a/arch/sparc/include/asm/jump_label.h +++ b/arch/sparc/include/asm/jump_label.h | |||
@@ -13,6 +13,7 @@ | |||
13 | "nop\n\t" \ | 13 | "nop\n\t" \ |
14 | "nop\n\t" \ | 14 | "nop\n\t" \ |
15 | ".pushsection __jump_table, \"a\"\n\t"\ | 15 | ".pushsection __jump_table, \"a\"\n\t"\ |
16 | ".align 4\n\t" \ | ||
16 | ".word 1b, %l[" #label "], %c0\n\t" \ | 17 | ".word 1b, %l[" #label "], %c0\n\t" \ |
17 | ".popsection \n\t" \ | 18 | ".popsection \n\t" \ |
18 | : : "i" (key) : : label);\ | 19 | : : "i" (key) : : label);\ |