summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-03-02 19:24:29 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-03-02 19:24:29 +0000
commitb0c9e54a0e5faa7e6eb8a421cf2edb663c126de2 (patch)
treee6a46a18d67893aa6d89a45b8ba956f9af49f5df
parent8624512aa908741ba2795200133eae0d7f4557ea (diff)
uPatch for DECstations
-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;