]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/cpufeatures: Remove {disabled,required}-features.h
authorXin Li (Intel) <xin@zytor.com>
Mon, 10 Mar 2025 07:32:12 +0000 (08:32 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Mar 2025 10:15:12 +0000 (11:15 +0100)
commit8f97566c8a8165cd994baf6219d86fbbf250d2df
tree809129e12cb7e95d55aa097a8835813ea695d1bc
parent841326332bcb13ae4e6cd456350bf566a402b45e
x86/cpufeatures: Remove {disabled,required}-features.h

The functionalities of {disabled,required}-features.h have been replaced with
the auto-generated generated/<asm/cpufeaturemasks.h> header.

Thus they are no longer needed and can be removed.

None of the macros defined in {disabled,required}-features.h is used in tools,
delete them too.

Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250305184725.3341760-4-xin@zytor.com
arch/x86/include/asm/disabled-features.h [deleted file]
arch/x86/include/asm/required-features.h [deleted file]
tools/arch/x86/include/asm/cpufeatures.h
tools/arch/x86/include/asm/disabled-features.h [deleted file]
tools/arch/x86/include/asm/required-features.h [deleted file]
tools/perf/check-headers.sh