diff options
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
-rw-r--r-- | drivers/cpufreq/intel_pstate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index 9ec033b4f2d9..be9eade147f2 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c | |||
@@ -1374,6 +1374,8 @@ MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids); | |||
1374 | 1374 | ||
1375 | static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = { | 1375 | static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = { |
1376 | ICPU(INTEL_FAM6_BROADWELL_XEON_D, core_params), | 1376 | ICPU(INTEL_FAM6_BROADWELL_XEON_D, core_params), |
1377 | ICPU(INTEL_FAM6_BROADWELL_X, core_params), | ||
1378 | ICPU(INTEL_FAM6_SKYLAKE_X, core_params), | ||
1377 | {} | 1379 | {} |
1378 | }; | 1380 | }; |
1379 | 1381 | ||