[ARM] smp: fix cpumask usage in ARM SMP code
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 17 May 2009 15:20:18 +0000 (16:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 17 May 2009 15:22:46 +0000 (16:22 +0100)
The ARM SMP code wasn't properly updated for the cpumask changes, which
results in smp_timer_broadcast() broadcasting ticks to non-online CPUs.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found