Files
linux/arch/arm/kernel
Russell King d1877392b4 ARM: fix rcu stalls on SMP platforms
commit 7deabca0ac upstream.

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>
[add irq_enter()/irq_exit() in do_local_timer]
Signed-off-by: UCHINO Satoshi <satoshi.uchino@toshiba.co.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-16 08:47:36 -07:00
..
2011-03-16 23:35:27 +00:00
2011-05-28 10:51:01 -07:00
2011-03-29 14:47:58 +02:00
2011-03-29 14:47:57 +02:00
2010-12-20 23:07:36 +08:00
2010-10-29 13:14:40 -05:00
2010-12-20 23:07:36 +08:00
2012-07-16 08:47:36 -07:00
2011-01-15 09:27:04 +00:00
2011-03-31 11:26:23 -03:00