cpufreq: OMAP: Enable all CPUs in shared policy mask
authorTodd Poynor <toddpoynor@google.com>
Tue, 7 Jun 2011 20:57:52 +0000 (13:57 -0700)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 13 Jan 2012 15:09:45 +0000 (17:09 +0200)
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>

No differences found