Skip to content

Commit 2b299a1

Browse files
committed
Merge tag 'perf_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fix from Borislav Petkov: - Add Emerald Rapids model support to more perf machinery * tag 'perf_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/intel/cstate: Add Emerald Rapids perf/x86/intel: Add Emerald Rapids
2 parents 3c006ad + 5a8a05f commit 2b299a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/x86/events/intel/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6339,6 +6339,7 @@ __init int intel_pmu_init(void)
63396339
break;
63406340

63416341
case INTEL_FAM6_SAPPHIRERAPIDS_X:
6342+
case INTEL_FAM6_EMERALDRAPIDS_X:
63426343
pmem = true;
63436344
x86_pmu.late_ack = true;
63446345
memcpy(hw_cache_event_ids, spr_hw_cache_event_ids, sizeof(hw_cache_event_ids));

arch/x86/events/intel/cstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ static const struct x86_cpu_id intel_cstates_match[] __initconst = {
677677
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, &icx_cstates),
678678
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, &icx_cstates),
679679
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, &icx_cstates),
680+
X86_MATCH_INTEL_FAM6_MODEL(EMERALDRAPIDS_X, &icx_cstates),
680681

681682
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE_L, &icl_cstates),
682683
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, &icl_cstates),

0 commit comments

Comments
 (0)