Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools arch x86: Update tools's copy of cpufeatures.h

To get the changes in the following csets:

ace6485a0326 ("x86/cpufeatures: Enumerate MOVDIR64B instruction")
33823f4d63f7 ("x86/cpufeatures: Enumerate MOVDIRI instruction")

No tools were affected, copy it to silence this perf tool build warning:

Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h'
diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Link: https://lkml.kernel.org/n/tip-83kcyqa1qkxkhm1s7q3hbpel@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+2
+2
tools/arch/x86/include/asm/cpufeatures.h
··· 331 331 #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ 332 332 #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */ 333 333 #define X86_FEATURE_CLDEMOTE (16*32+25) /* CLDEMOTE instruction */ 334 + #define X86_FEATURE_MOVDIRI (16*32+27) /* MOVDIRI instruction */ 335 + #define X86_FEATURE_MOVDIR64B (16*32+28) /* MOVDIR64B instruction */ 334 336 335 337 /* AMD-defined CPU features, CPUID level 0x80000007 (EBX), word 17 */ 336 338 #define X86_FEATURE_OVERFLOW_RECOV (17*32+ 0) /* MCA overflow recovery support */