From 2d79f2e9bf953e405a622e7d602b12663234bf13 Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 2 Dec 2000 12:18:16 +0000 Subject: Small irq_exit and unmask_irq glitches --- arch/mips/dec/irq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/mips/dec') diff --git a/arch/mips/dec/irq.c b/arch/mips/dec/irq.c index 00430c352..868b2aa26 100644 --- a/arch/mips/dec/irq.c +++ b/arch/mips/dec/irq.c @@ -136,10 +136,10 @@ asmlinkage void do_IRQ(int irq, struct pt_regs *regs) } while (action); if (do_random & SA_SAMPLE_RANDOM) add_interrupt_randomness(irq); - unmask_irq(irq, irq); + unmask_irq(irq); __cli(); } - irq_exit(cpu); + irq_exit(cpu, irq); /* unmasking and bottom half handling is done magically for us. */ } -- cgit v1.2.3