commit | 0df7095205cbf6ea1cdfe6254e0d6a3b823caa3b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Dec 02 19:16:56 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 03 08:26:31 2010 +0000 |
tree | e7938838aa7ca32588d5d77fdb72f01e5c14ae9a | |
parent | 24480d980e9063b3ebd0dfdf2f396c305956c356 [diff] |
ARM: SMP: remove IRQ-disabling for smp_cross_call() 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>