commit | 826681043d7184b4d650cab5b007b9a86b628eb5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun May 17 16:20:18 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 17 16:22:46 2009 +0100 |
tree | 03b3914863138e88a985d1d4e2e7258ec81378d5 | |
parent | 0f6f49a8cd0163fdb1723ed29f01fc65177108dc [diff] |
[ARM] smp: fix cpumask usage in ARM SMP code 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>