cpufreq: OMAP: Enable all CPUs in shared policy mask
authorTodd Poynor <toddpoynor@google.com>
Wed, 7 Dec 2011 20:08:31 +0000 (12:08 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Dec 2011 20:08:31 +0000 (12:08 -0800)
commit1ce8ddd10f2f6e6cddb7cb5282c4d2c76b99d2ff
tree71da7ed622520783d899432ef704642fc499c385
parentbe2b0fe76a02f68bf884491ec9a4a254296f1814
cpufreq: OMAP: Enable all CPUs in shared policy mask

Enable all CPUs in the shared policy in the CPU init callback.
Otherwise, the governor CPUFREQ_GOV_START event is invoked with
a policy that only includes the first CPU, leaving other CPUs
uninitialized by the governor.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/cpufreq/omap-cpufreq.c