Skip to content

Commit 69ced41

Browse files
Kan LiangIngo Molnar
authored andcommitted
perf/x86/msr: Add Emerald Rapids
The same as Sapphire Rapids, the SMI_COUNT MSR is also supported on Emerald Rapids. Add Emerald Rapids model. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20230106160449.3566477-3-kan.liang@linux.intel.com
1 parent 6887a4d commit 69ced41

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
@@ -69,6 +69,7 @@ static bool test_intel(int idx, void *data)
6969
case INTEL_FAM6_BROADWELL_G:
7070
case INTEL_FAM6_BROADWELL_X:
7171
case INTEL_FAM6_SAPPHIRERAPIDS_X:
72+
case INTEL_FAM6_EMERALDRAPIDS_X:
7273

7374
case INTEL_FAM6_ATOM_SILVERMONT:
7475
case INTEL_FAM6_ATOM_SILVERMONT_D:

0 commit comments

Comments
 (0)