summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2000-12-02 12:18:16 +0000
committerFlorian Lohoff <flo@rfc822.org>2000-12-02 12:18:16 +0000
commit2d79f2e9bf953e405a622e7d602b12663234bf13 (patch)
treebd161be7e8d6ba9233d8e8d3d621d8695455c160 /arch/mips
parent367fc3ca45c48bc977ba7575008cb8776cc347b5 (diff)
Small irq_exit and unmask_irq glitches
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dec/irq.c4
1 files changed, 2 insertions, 2 deletions
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. */
}