Skip to content

Commit 1fa8cb0

Browse files
committed
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fix from Will Deacon: "Fix defconfig build when using Clang's integrated assembler" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: alternative: fix build with clang integrated assembler
2 parents 527630f + 6f5459d commit 1fa8cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/alternative.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ alternative_endif
221221

222222
.macro user_alt, label, oldinstr, newinstr, cond
223223
9999: alternative_insn "\oldinstr", "\newinstr", \cond
224-
_ASM_EXTABLE 9999b, \label
224+
_asm_extable 9999b, \label
225225
.endm
226226

227227
/*

0 commit comments

Comments
 (0)