[PARISC] Fix our interrupts not to use smp_call_function
authorJames Bottomley <jejb@parisc-linux.org>
Thu, 17 Nov 2005 21:27:02 +0000 (16:27 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:27:02 +0000 (16:27 -0500)
commitd911aed8adf74e1fae88d082b8474b2175b7f1da
treedc3271e33b2951a8fd43824300b790610c7cd221
parent3f902886a81c6d4e6c399760936b645b5c7a7342
[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 <jejb@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/irq.c
arch/parisc/kernel/smp.c
include/asm-parisc/smp.h