From: Maciej W. Rozycki Date: Mon, 13 Jun 2005 19:53:38 +0000 (+0000) Subject: This interrupt is *always* handled -- MIPS_BE_DISCARD just means X-Git-Tag: v2.6.15-rc1~731^2~1^2~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68e4a86c8010d15ec844d06f45cd564631f2fa7e;p=platform%2Fkernel%2Flinux-exynos.git This interrupt is *always* handled -- MIPS_BE_DISCARD just means no further action wanted. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/dec/ecc-berr.c b/arch/mips/dec/ecc-berr.c index 6dbce92..c484209 100644 --- a/arch/mips/dec/ecc-berr.c +++ b/arch/mips/dec/ecc-berr.c @@ -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