Add
arch/x86/include/asm/cpuid/
to the x86 CPUID DATABASE entry since the newly-added CPUID APIs are now at
<asm/cpuid/types.h> and <asm/cpuid/api.h>. The auto generated x86-cpuid-db
CPUID C99 bitfields header is also under that added folder.
Add
arch/x86/include/asm/cpufeature.h
since it has the X86_FEATURE word names listing, along with the X86_FEATURE
APIs, which are now both routed to the CPUID tables.
Add
arch/x86/include/asm/cpufeatures.h
since it has the X86_FEATURE bit listings, where by now new feature bits
should only be appended to; never modified in-place.
Adding these files ensures that myself and the x86-cpuid mailing list are
CCed on related patches.
Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8cb3b9fcface..6cd8d0e4fb99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28564,7 +28564,8 @@ R: Ahmed S. Darwish <darwi@linutronix.de>
L: x86-cpuid@lists.linux.dev
S: Maintained
W: https://x86-cpuid.org
-F: arch/x86/include/asm/cpuid/leaf_types.h
+F: arch/x86/include/asm/cpufeature*.h
+F: arch/x86/include/asm/cpuid/
F: tools/arch/x86/kcpuid/
X86 ENTRY CODE
--
2.53.0