Commit 5c22cd40 authored by Liming Wang's avatar Liming Wang Committed by Ralf Baechle

MIPS: i8259: Mark cascade interrupt non-threaded

Cascade interrupts cannot be threaded.
Signed-off-by: default avatarLiming Wang <liming.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1314370804-21266-1-git-send-email-liming.wang@windriver.comSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2770/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 77cbece7
......@@ -295,6 +295,7 @@ static void init_8259A(int auto_eoi)
static struct irqaction irq2 = {
.handler = no_action,
.name = "cascade",
.flags = IRQF_NO_THREAD,
};
static struct resource pic1_io_resource = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment