diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-25 21:30:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-25 21:30:56 +0000 |
commit | dac103878ffd0ba9eaa80d082ade85f558e8fb5c (patch) | |
tree | 4e10c0cc1d005b91182258bc17296257c0353bf4 /arch/mips/dec/irq.c | |
parent | eb431e0bd1b221804e83f38f6371c256428e43da (diff) |
NTP fixes from Maciej.
Diffstat (limited to 'arch/mips/dec/irq.c')
-rw-r--r-- | arch/mips/dec/irq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/dec/irq.c b/arch/mips/dec/irq.c index 91e1ce463..a15e2a45c 100644 --- a/arch/mips/dec/irq.c +++ b/arch/mips/dec/irq.c @@ -27,10 +27,6 @@ #include <asm/dec/interrupts.h> -extern volatile unsigned int *isr; /* address of the interrupt status register */ -extern volatile unsigned int *imr; /* address of the interrupt mask register */ -extern decint_t dec_interrupt[NR_INTS]; - unsigned long spurious_count = 0; static inline void mask_irq(unsigned int irq_nr) |