diff options
author | Kan Liang <kan.liang@linux.intel.com> | 2023-01-06 17:04:48 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-01-09 12:00:52 +0100 |
commit | 69ced4160969025821f2999ff92163ed26568f1c (patch) | |
tree | c158a25053f3c6f86721765012819489da994949 /arch/x86/events | |
parent | perf/x86/msr: Add Meteor Lake support (diff) | |
download | linux-69ced4160969025821f2999ff92163ed26568f1c.tar.xz linux-69ced4160969025821f2999ff92163ed26568f1c.zip |
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
Diffstat (limited to 'arch/x86/events')
-rw-r--r-- | arch/x86/events/msr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/events/msr.c b/arch/x86/events/msr.c index 074150d28fa8..c65d8906cbcf 100644 --- a/arch/x86/events/msr.c +++ b/arch/x86/events/msr.c @@ -69,6 +69,7 @@ static bool test_intel(int idx, void *data) case INTEL_FAM6_BROADWELL_G: case INTEL_FAM6_BROADWELL_X: case INTEL_FAM6_SAPPHIRERAPIDS_X: + case INTEL_FAM6_EMERALDRAPIDS_X: case INTEL_FAM6_ATOM_SILVERMONT: case INTEL_FAM6_ATOM_SILVERMONT_D: |