]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/cpu: Remove unnecessary macro indirection related to CPU feature names
authorBrendan Jackman <jackmanb@google.com>
Mon, 3 Mar 2025 15:45:37 +0000 (15:45 +0000)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Mar 2025 10:14:53 +0000 (11:14 +0100)
commit27c3b452c1a554483ac692702639c826602d1089
tree6051405d29f8aa93e53493db85f741eea78bbf65
parent052040e34c08428a5a388b85787e8531970c0c67
x86/cpu: Remove unnecessary macro indirection related to CPU feature names

These macros used to abstract over CONFIG_X86_FEATURE_NAMES, but that
was removed in:

  7583e8fbdc49 ("x86/cpu: Remove X86_FEATURE_NAMES")

Now they are just an unnecessary indirection, remove them.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20250303-setcpuid-taint-louder-v1-1-8d255032cb4c@google.com
arch/x86/include/asm/cpufeature.h
arch/x86/kernel/cpu/common.c