Skip to content

Commit 60ebc28

Browse files
committed
Merge tag 'perf_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fix from Borislav Petkov: - Add Sapphire Rapids to the list of CPUs supporting the SMI count MSR * tag 'perf_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/msr: Add Sapphire Rapids CPU support
2 parents 424e7d8 + 71920ea commit 60ebc28

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)