提交 68e4a86c 编写于 作者: M Maciej W. Rozycki 提交者: Ralf Baechle

This interrupt is *always* handled -- MIPS_BE_DISCARD just means

no further action wanted.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 a9350003
......@@ -203,7 +203,7 @@ irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id, struct pt_regs *regs)
int action = dec_ecc_be_backend(regs, 0, 1);
if (action == MIPS_BE_DISCARD)
return IRQ_NONE;
return IRQ_HANDLED;
/*
* FIXME: Find affected processes and kill them, otherwise we
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册