OSDN Git Service

cpufreq: intel_pstate: Enable HWP during system resume on CPU0
authorChen Yu <yu.c.chen@intel.com>
Mon, 29 Jan 2018 02:27:57 +0000 (10:27 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Feb 2018 09:21:38 +0000 (10:21 +0100)
commit70f6bf2a3b7e40c3f802b0ea837762a8bc6c1430
tree6ca51a0143f0a89d96e89dc9bc09a2a8e57bd732
parent0725390da9fb5add90a6ee5d5bbe58b5f47b25ac
cpufreq: intel_pstate: Enable HWP during system resume on CPU0

When maxcpus=1 is in the kernel command line, the BP is responsible
for re-enabling the HWP - because currently only the APs invoke
intel_pstate_hwp_enable() during their online process - which might
put the system into unstable state after resume.

Fix this by enabling the HWP explicitly on BP during resume.

Reported-by: Doug Smythies <dsmythies@telus.net>
Suggested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Yu Chen <yu.c.chen@intel.com>
[ rjw: Subject/changelog, minor modifications ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c