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 f8c987c commit ca7bd20Copy full SHA for ca7bd20
drivers/cpufreq/intel_pstate.c
@@ -2805,6 +2805,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
2805
X86_MATCH(INTEL_GRANITERAPIDS_X, core_funcs),
2806
X86_MATCH(INTEL_ATOM_CRESTMONT, core_funcs),
2807
X86_MATCH(INTEL_ATOM_CRESTMONT_X, core_funcs),
2808
+ X86_MATCH(INTEL_ATOM_DARKMONT_X, core_funcs),
2809
{}
2810
};
2811
#endif
0 commit comments