Skip to content

Commit 71920ea

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/msr: Add Sapphire Rapids CPU support
SMI_COUNT MSR is supported on Sapphire Rapids CPU. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 64570fb commit 71920ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ static bool test_intel(int idx, void *data)
6868
case INTEL_FAM6_BROADWELL_D:
6969
case INTEL_FAM6_BROADWELL_G:
7070
case INTEL_FAM6_BROADWELL_X:
71+
case INTEL_FAM6_SAPPHIRERAPIDS_X:
7172

7273
case INTEL_FAM6_ATOM_SILVERMONT:
7374
case INTEL_FAM6_ATOM_SILVERMONT_D:

0 commit comments

Comments
 (0)