We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6795e55 commit 5a8a05fCopy full SHA for 5a8a05f
arch/x86/events/intel/cstate.c
@@ -677,6 +677,7 @@ static const struct x86_cpu_id intel_cstates_match[] __initconst = {
677
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, &icx_cstates),
678
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, &icx_cstates),
679
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, &icx_cstates),
680
+ X86_MATCH_INTEL_FAM6_MODEL(EMERALDRAPIDS_X, &icx_cstates),
681
682
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE_L, &icl_cstates),
683
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, &icl_cstates),
0 commit comments