Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
arch/arm64/include/asm/alternative.h
··· 221 221 222 222 .macro user_alt, label, oldinstr, newinstr, cond 223 223 9999: alternative_insn "\oldinstr", "\newinstr", \cond 224 - _ASM_EXTABLE 9999b, \label 224 + _asm_extable 9999b, \label 225 225 .endm 226 226 227 227 /*