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 26096ae commit eca0f1bCopy full SHA for eca0f1b
drivers/powercap/intel_rapl_common.c
@@ -1267,6 +1267,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
1267
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &rapl_defaults_core),
1268
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &rapl_defaults_core),
1269
X86_MATCH_VFM(INTEL_ARROWLAKE, &rapl_defaults_core),
1270
+ X86_MATCH_VFM(INTEL_ARROWLAKE_U, &rapl_defaults_core),
1271
X86_MATCH_VFM(INTEL_LAKEFIELD, &rapl_defaults_core),
1272
1273
X86_MATCH_VFM(INTEL_ATOM_SILVERMONT, &rapl_defaults_byt),
0 commit comments