]> www.infradead.org Git - users/hch/misc.git/commitdiff
x86/kconfig: Remove CONFIG_AS_AVX512
authorUros Bizjak <ubizjak@gmail.com>
Tue, 19 Aug 2025 08:57:52 +0000 (10:57 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 21 Aug 2025 12:35:01 +0000 (14:35 +0200)
Commit

  5f5305dea066 ("raid6: skip avx512 checks")

and commit

  bc23fe6dc172 ("crypto: x86 - Remove CONFIG_AS_AVX512 handling")

removed all uses of CONFIG_AS_AVX512.

Remove check for assembler support of AVX-512 instructions.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250819085855.333380-4-ubizjak@gmail.com
arch/x86/Kconfig.assembler

index ea0e9dfdfc5c9d0ff2c56da9898da871551c23b9..b1c59fb0a4c96241a094b109a7b8951c2d6a6fc7 100644 (file)
@@ -1,11 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 # Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
-config AS_AVX512
-       def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
-       help
-         Supported by binutils >= 2.25 and LLVM integrated assembler
-
 config AS_WRUSS
        def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
        help