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 e458523 commit 0e02604Copy full SHA for 0e02604
arch/x86/events/rapl.c
@@ -846,6 +846,7 @@ static const struct x86_cpu_id rapl_model_match[] __initconst = {
846
X86_MATCH_VFM(INTEL_METEORLAKE_L, &model_skl),
847
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &model_skl),
848
X86_MATCH_VFM(INTEL_ARROWLAKE, &model_skl),
849
+ X86_MATCH_VFM(INTEL_ARROWLAKE_U, &model_skl),
850
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &model_skl),
851
{},
852
};
0 commit comments