Skip to content

Commit 8076f45

Browse files
committed
perf/x86/msr: Add Emerald Rapids
jira LE-1907 Rebuild_History Non-Buildable kernel-5.14.0-284.30.1.el9_2 commit-author Kan Liang <[email protected]> commit 69ced41 The same as Sapphire Rapids, the SMI_COUNT MSR is also supported on Emerald Rapids. Add Emerald Rapids model. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] (cherry picked from commit 69ced41) Signed-off-by: Jonathan Maple <[email protected]>
1 parent ca50995 commit 8076f45

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)