diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-15 19:51:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-15 19:51:23 -0700 |
commit | 1d86d352411dab9bf9312c9eb4b2d4020195be45 (patch) | |
tree | 0d253ff01aa6cc99b5ede456fb66ac7a748a9e62 /arch/x86 | |
parent | 93196575442e13a1bc4190ecd870ceb21866013c (diff) | |
parent | 469169803d52a5d8f0dc781090638e851a7d22b1 (diff) |
Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 build update from Borislav Petkov:
- Make sure insn support detection uses the proper compiler flag in
bi-arch builds
* tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig.assembler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.assembler b/arch/x86/Kconfig.assembler index 59aedf32c4ea..6d20a6ce0507 100644 --- a/arch/x86/Kconfig.assembler +++ b/arch/x86/Kconfig.assembler @@ -36,6 +36,6 @@ config AS_VPCLMULQDQ Supported by binutils >= 2.30 and LLVM integrated assembler config AS_WRUSS - def_bool $(as-instr,wrussq %rax$(comma)(%rbx)) + def_bool $(as-instr64,wrussq %rax$(comma)(%rbx)) help Supported by binutils >= 2.31 and LLVM integrated assembler |