* pm-sleep:
x86/power/64: Do not refer to __PAGE_OFFSET from assembly code
* pm-cpufreq:
cpufreq: Do not default-yes CPU_FREQ_STAT
cpufreq: intel_pstate: Add more out-of-band IDs
* pm-core:
PM-wakeup: Delete unnecessary checks before three function calls
* pm-opp:
PM / OPP: optimize dev_pm_opp_set_rate() performance a bit
};
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);
- --static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] = {
- -- ICPU(0x56, core_params),
+ ++static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
+ ++ ICPU(INTEL_FAM6_BROADWELL_XEON_D, core_params),
++ ++ ICPU(INTEL_FAM6_BROADWELL_X, core_params),
++ ++ ICPU(INTEL_FAM6_SKYLAKE_X, core_params),
{}
};