diff options
| -rw-r--r-- | arch/powerpc/include/asm/jump_label.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/jump_label.h b/arch/powerpc/include/asm/jump_label.h index 1f780b95c0f0..938986e412f1 100644 --- a/arch/powerpc/include/asm/jump_label.h +++ b/arch/powerpc/include/asm/jump_label.h | |||
| @@ -22,7 +22,6 @@ static __always_inline bool arch_static_branch(struct jump_label_key *key) | |||
| 22 | asm goto("1:\n\t" | 22 | asm goto("1:\n\t" |
| 23 | "nop\n\t" | 23 | "nop\n\t" |
| 24 | ".pushsection __jump_table, \"aw\"\n\t" | 24 | ".pushsection __jump_table, \"aw\"\n\t" |
| 25 | ".align 4\n\t" | ||
| 26 | JUMP_ENTRY_TYPE "1b, %l[l_yes], %c0\n\t" | 25 | JUMP_ENTRY_TYPE "1b, %l[l_yes], %c0\n\t" |
| 27 | ".popsection \n\t" | 26 | ".popsection \n\t" |
| 28 | : : "i" (key) : : l_yes); | 27 | : : "i" (key) : : l_yes); |
| @@ -41,7 +40,6 @@ struct jump_entry { | |||
| 41 | jump_label_t code; | 40 | jump_label_t code; |
| 42 | jump_label_t target; | 41 | jump_label_t target; |
| 43 | jump_label_t key; | 42 | jump_label_t key; |
| 44 | jump_label_t pad; | ||
| 45 | }; | 43 | }; |
| 46 | 44 | ||
| 47 | #endif /* _ASM_POWERPC_JUMP_LABEL_H */ | 45 | #endif /* _ASM_POWERPC_JUMP_LABEL_H */ |
