]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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:35:30 +0000 (12:35 +0000)
commite63fb7a9dae820b3ff6754f794fd713f83e32fff
treef98ad0efd9f4d7fae518f25e4ab4c67b23951525
parentdf55a66addf87bc21ef5678bea238f2c1b2db48a
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