summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dec/irq.c')
-rw-r--r--arch/mips/dec/irq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/dec/irq.c b/arch/mips/dec/irq.c
index b6841cb55..7551ae681 100644
--- a/arch/mips/dec/irq.c
+++ b/arch/mips/dec/irq.c
@@ -4,7 +4,7 @@
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994, 1995, 1996, 1997 Ralf Baechle
*
- * $Id: irq.c,v 1.5 1999/12/04 03:58:59 ralf Exp $
+ * $Id: irq.c,v 1.6 2000/02/04 07:40:23 ralf Exp $
*/
#include <linux/errno.h>
#include <linux/init.h>
@@ -31,6 +31,8 @@ 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];
+irq_cpustat_t irq_stat [NR_CPUS];
+
unsigned int local_bh_count[NR_CPUS];
unsigned int local_irq_count[NR_CPUS];
unsigned long spurious_count = 0;