]> 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, 8 Nov 2011 12:36:05 +0000 (12:36 +0000)
commitc32848f45ad92347533764908a3ef01ac53c60b6
treef98ad0efd9f4d7fae518f25e4ab4c67b23951525
parent78d7911a0540098c57e8b98b0649bfcea74d8870
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