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)
committerKevin Hilman <khilman@ti.com>
Tue, 8 Nov 2011 19:42:16 +0000 (11:42 -0800)
commited8ce00c52fb49aca299b79513bbfcee975442bc
treecef752fb4a0cbc707de1d45087cb3fa9dbd5d54f
parent46c12216c81b470b957d7fdefd8630efc2edddd0
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