diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-19 15:20:58 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-19 17:26:30 +0000 |
commit | 7deabca0acfe02b8e18f59a4c95676012f49a304 (patch) | |
tree | 56d9d696cb26de9696cfe591cab9b80d54608cef /arch/alpha | |
parent | 94ae0275d7d6cae84b3af11f9e3d88f529528ac7 (diff) | |
download | talos-obmc-linux-7deabca0acfe02b8e18f59a4c95676012f49a304.tar.gz talos-obmc-linux-7deabca0acfe02b8e18f59a4c95676012f49a304.zip |
ARM: fix rcu stalls on SMP platforms
We can stall RCU processing on SMP platforms if a CPU sits in its idle
loop for a long time. This happens because we don't call irq_enter()
and irq_exit() around generic_smp_call_function_interrupt() and
friends. Add the necessary calls, and remove the one from within
ipi_timer(), so that they're all in a common place.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/alpha')
0 files changed, 0 insertions, 0 deletions