Skip to content

Commit 34e8289

Browse files
Yanteng Siacmel
authored andcommitted
tools arch x86: Sync the msr-index.h copy with the kernel sources
Picking the changes from: c68e3d4 ("x86/include/asm/msr-index.h: Add IFS Array test bits") Silencing these perf build warnings: Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' differs from latest version at 'arch/x86/include/asm/msr-index.h' diff -u tools/arch/x86/include/asm/msr-index.h arch/x86/include/asm/msr-index.h Signed-off-by: Yanteng Si <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/05778ab3c168c8030f6b20e60375dc803f0cd300.1683712945.git.siyanteng@loongson.cn Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 705049c commit 34e8289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/arch/x86/include/asm/msr-index.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@
206206

207207
/* Abbreviated from Intel SDM name IA32_INTEGRITY_CAPABILITIES */
208208
#define MSR_INTEGRITY_CAPS 0x000002d9
209+
#define MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT 2
210+
#define MSR_INTEGRITY_CAPS_ARRAY_BIST BIT(MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT)
209211
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT 4
210212
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST BIT(MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT)
211213

0 commit comments

Comments
 (0)