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 d32bc21 commit fe3edc5Copy full SHA for fe3edc5
arch/x86/kernel/cpu/intel_epb.c
@@ -204,12 +204,12 @@ static int intel_epb_offline(unsigned int cpu)
204
}
205
206
static const struct x86_cpu_id intel_epb_normal[] = {
207
- X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L,
208
- ENERGY_PERF_BIAS_NORMAL_POWERSAVE),
209
- X86_MATCH_INTEL_FAM6_MODEL(ATOM_GRACEMONT,
210
211
- X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,
212
+ X86_MATCH_VFM(INTEL_ALDERLAKE_L,
+ ENERGY_PERF_BIAS_NORMAL_POWERSAVE),
+ X86_MATCH_VFM(INTEL_ATOM_GRACEMONT,
+ X86_MATCH_VFM(INTEL_RAPTORLAKE_P,
213
{}
214
};
215
0 commit comments