Skip to content

Commit 5302e2a

Browse files
committed
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
* pm-cpuidle: cpuidle: governors: menu: Avoid using invalid recent intervals data intel_idle: Allow loading ACPI tables for any family * pm-cpufreq: cpufreq: intel_pstate: Support Clearwater Forest OOB mode
2 parents fa3fa55 + 3ead779 commit 5302e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
27932793
X86_MATCH(INTEL_GRANITERAPIDS_X, core_funcs),
27942794
X86_MATCH(INTEL_ATOM_CRESTMONT, core_funcs),
27952795
X86_MATCH(INTEL_ATOM_CRESTMONT_X, core_funcs),
2796+
X86_MATCH(INTEL_ATOM_DARKMONT_X, core_funcs),
27962797
{}
27972798
};
27982799
#endif

0 commit comments

Comments
 (0)