summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-01-19 15:20:58 +0000
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:48:00 -0700
commit79cf3a87a3eebac9f7c96a3409131c175ee87d8f (patch)
treed66c4734c0a81001029c4ae35a506bc982a94a73 /kernel
parent7f6a1238ab104b673a11f4cee3c14a849fb9c912 (diff)
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 'kernel')
0 files changed, 0 insertions, 0 deletions