Home
last modified time | relevance | path

Searched hist:"9 e8c0a899b2f89b8367d33668f6819892f0a00f2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.cdiff 9e8c0a899b2f89b8367d33668f6819892f0a00f2 Fri May 13 18:00:28 CDT 2016 Rafael J. Wysocki <rafael.j.wysocki@intel.com> cpufreq: governor: Check transition latecy at init time only

It is not necessary to check the governor's max_transition_latency
attribute every time cpufreq_governor() runs, so check it only if
the event argument is CPUFREQ_GOV_POLICY_INIT.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>