From: James Bottomley Date: Thu, 17 Nov 2005 21:27:02 +0000 (-0500) Subject: [PARISC] Fix our interrupts not to use smp_call_function X-Git-Tag: v2.6.15-rc2~16^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d911aed8adf74e1fae88d082b8474b2175b7f1da;p=pandora-kernel.git [PARISC] Fix our interrupts not to use smp_call_function Fix our interrupts not to use smp_call_function On K and D class smp, the generic code calls this under an irq spinlock, which causes the WARN_ON() message in smp_call_function() (and is also illegal because it could deadlock). The fix is to use a new scheme based on the IPI_NOP. Signed-off-by: James Bottomley Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed