summaryrefslogtreecommitdiff
path: root/arch/arm/mach-gemini/Kconfig
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-09-30 09:33:17 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-09-30 21:02:34 +0200
commitb1b12babe3b72cfb08b875245e5a5d7c2747c772 (patch)
tree75fe780417f1cf8a6fc00b835f94e80e0452b15c /arch/arm/mach-gemini/Kconfig
parentd62dbf77f7dfaa6fb455b4b9828069a11965929c (diff)
cpufreq: update 'cpufreq_suspended' after stopping governors
Commit 8e30444e1530 ("cpufreq: fix cpufreq suspend/resume for intel_pstate") introduced a bug where the governors wouldn't be stopped anymore for ->target{_index}() drivers during suspend. This happens because 'cpufreq_suspended' is updated before stopping the governors during suspend and due to this __cpufreq_governor() would return early due to this check: /* Don't start any governor operations if we are entering suspend */ if (cpufreq_suspended) return 0; Fixes: 8e30444e1530 ("cpufreq: fix cpufreq suspend/resume for intel_pstate") Cc: 3.15+ <stable@vger.kernel.org> # 3.15+: 8e30444e1530 "cpufreq: fix cpufreq suspend/resume for intel_pstate" Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/arm/mach-gemini/Kconfig')
0 files changed, 0 insertions, 0 deletions