Home
last modified time | relevance | path

Searched hist:"96 bbbe4a2a5b13c440a19dd7a5ff33de3303aac4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.cdiff 96bbbe4a2a5b13c440a19dd7a5ff33de3303aac4 Mon Mar 10 04:23:35 CDT 2014 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Remove unnecessary variable/parameter 'frozen'

We have used 'frozen' variable/function parameter at many places to
distinguish between CPU offline/online on suspend/resume vs sysfs
removals. We now have another variable cpufreq_suspended which can
be used in these cases, so we can get rid of all those variables or
function parameters.

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