Skip to content

Commit 8cdd4ae

Browse files
committed
tools arch x86: Sync the msr-index.h copy with the kernel sources
To pick up the changes from these csets: 522b1d6 ("x86/cpu/amd: Add a Zenbleed fix") That cause no changes to tooling: $ tools/perf/trace/beauty/tracepoints/x86_msr.sh > before $ cp arch/x86/include/asm/msr-index.h tools/arch/x86/include/asm/msr-index.h $ tools/perf/trace/beauty/tracepoints/x86_msr.sh > after $ diff -u before after $ Just silences this perf build warning: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/msr-index.h arch/x86/include/asm/msr-index.h Cc: Adrian Hunter <[email protected]> Cc: Borislav Petkov (AMD) <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent c0b0675 commit 8cdd4ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@
545545
#define MSR_AMD64_DE_CFG 0xc0011029
546546
#define MSR_AMD64_DE_CFG_LFENCE_SERIALIZE_BIT 1
547547
#define MSR_AMD64_DE_CFG_LFENCE_SERIALIZE BIT_ULL(MSR_AMD64_DE_CFG_LFENCE_SERIALIZE_BIT)
548+
#define MSR_AMD64_DE_CFG_ZEN2_FP_BACKUP_FIX_BIT 9
548549

549550
#define MSR_AMD64_BU_CFG2 0xc001102a
550551
#define MSR_AMD64_IBSFETCHCTL 0xc0011030

0 commit comments

Comments
 (0)