ARM: SMP: remove IRQ-disabling for smp_cross_call()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 2 Dec 2010 19:16:56 +0000 (19:16 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 3 Dec 2010 08:26:31 +0000 (08:26 +0000)
As we've now removed the spinlock and bitmask, we have nothing left
which requires interrupts to be disabled when sending an IPI.  All
current IPI-sending implementations use the GIC, which also does not
require interrupts disabled when calling gic_raise_softirq().

Remove the now unnecessary IRQ disable.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found