diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2001-02-13 21:15:09 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2001-02-13 21:15:09 +0000 |
commit | e25ac8bd2505cccb57f4af28acf1fa9a2e024e52 (patch) | |
tree | 087812317676b9dd2fc58dbb5c6eebd027ea8cda /arch/mips/dec/irq.c | |
parent | ff76e458d1f6d4a8b231e4866c1ea309a0ee1563 (diff) |
DECstation fixes from Maciej
Diffstat (limited to 'arch/mips/dec/irq.c')
-rw-r--r-- | arch/mips/dec/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/irq.c b/arch/mips/dec/irq.c index 868b2aa26..e57485d25 100644 --- a/arch/mips/dec/irq.c +++ b/arch/mips/dec/irq.c @@ -136,8 +136,8 @@ 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); __cli(); + unmask_irq(irq); } irq_exit(cpu, irq); |