]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Mark IPI interrupts IRQF_NO_THREAD
authorThomas Gleixner <tglx@linutronix.de>
Wed, 5 Oct 2011 02:30:50 +0000 (02:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Nov 2011 03:14:38 +0000 (14:14 +1100)
commit3b5e16d7ad0cf4b03a0650092a6fdcb27b536a82
tree82ba5325c00278baf87e80c02af4d914c6ecb3ee
parent5f20b85dc22facf2335205b6569c86c0f8239e81
powerpc: Mark IPI interrupts IRQF_NO_THREAD

IPI handlers cannot be threaded. Remove the obsolete IRQF_DISABLED
flag (see commit e58aa3d2) while at it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/smp.c
arch/powerpc/platforms/powermac/smp.c
arch/powerpc/sysdev/xics/xics-common.c