From: Russell King Date: Thu, 19 Jan 2012 15:20:58 +0000 (+0000) Subject: ARM: fix rcu stalls on SMP platforms X-Git-Tag: v3.2.23~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd00fcf3ec0c7fc0b194ba37a07564517fed11b8;p=pandora-kernel.git ARM: fix rcu stalls on SMP platforms commit 7deabca0acfe02b8e18f59a4c95676012f49a304 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed