Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fix from Will Deacon: "It's been pretty quiet on the fixes side of things for us, but Artem reported a build failure introduced during the merge window that appears with older GCCs that do not support asm goto. The fix is bigger than I'd like, but it's a mechnical move of some constants to break an include dependency between atomic.h and jump_label.h when !HAVE_JUMP_LABEL. Summary: - Fix build failure on compilers without asm goto" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: Fix circular include of asm/lse.h through linux/jump_label.h
No related branches found
No related tags found
Showing
- arch/arm64/include/asm/alternative.h 1 addition, 1 deletionarch/arm64/include/asm/alternative.h
- arch/arm64/include/asm/cpucaps.h 40 additions, 0 deletionsarch/arm64/include/asm/cpucaps.h
- arch/arm64/include/asm/cpufeature.h 1 addition, 19 deletionsarch/arm64/include/asm/cpufeature.h
- arch/arm64/include/asm/lse.h 0 additions, 1 deletionarch/arm64/include/asm/lse.h
arch/arm64/include/asm/cpucaps.h
0 → 100644
Please register or sign in to comment