From: Russell King Date: Thu, 2 Dec 2010 19:16:56 +0000 (+0000) Subject: ARM: SMP: remove IRQ-disabling for smp_cross_call() X-Git-Tag: v2.6.38-rc1~471^2~2^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df7095205cbf6ea1cdfe6254e0d6a3b823caa3b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed