diff options
-rw-r--r-- | arch/arm64/include/asm/futex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/futex.h b/arch/arm64/include/asm/futex.h index c582fa316366..78cc3aba5d69 100644 --- a/arch/arm64/include/asm/futex.h +++ b/arch/arm64/include/asm/futex.h | |||
@@ -30,6 +30,7 @@ | |||
30 | " cbnz %w3, 1b\n" \ | 30 | " cbnz %w3, 1b\n" \ |
31 | "3:\n" \ | 31 | "3:\n" \ |
32 | " .pushsection .fixup,\"ax\"\n" \ | 32 | " .pushsection .fixup,\"ax\"\n" \ |
33 | " .align 2\n" \ | ||
33 | "4: mov %w0, %w5\n" \ | 34 | "4: mov %w0, %w5\n" \ |
34 | " b 3b\n" \ | 35 | " b 3b\n" \ |
35 | " .popsection\n" \ | 36 | " .popsection\n" \ |