]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREAD
authorVenkat Subbiah <venkat.subbiah@cavium.com>
Mon, 3 Oct 2011 20:31:10 +0000 (13:31 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Nov 2011 21:13:27 +0000 (21:13 +0000)
commit4fdfaa655849e45a3ae66a7f8ce87887c85077ef
treed8cd25d5cd724dcb630cde3e7ed15c01d742daaa
parent24fa617e3df886aa1ed32e75b777eff5daf246c5
MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREAD

This is to exclude it from force threading to allow RT patch set to work.
And while on this line
* Remove IRQF_DISABLED as as this flag is NOOP
* Add IRQF_PERCPU as this is a per cpu interrupt.

Signed-off-by: Venkat Subbiah <venkat.subbiah@cavium.com>
Acked-by: David Daney <david.daney@cavium.com>
To: linux-mips@linux-mips.org
To: linux-rt-users@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2817/
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/smp.c