mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
This interrupt is *always* handled -- MIPS_BE_DISCARD just means
no further action wanted. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a93500037e
commit
68e4a86c80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue