diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-03-02 19:24:29 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-03-02 19:24:29 +0000 |
commit | b0c9e54a0e5faa7e6eb8a421cf2edb663c126de2 (patch) | |
tree | e6a46a18d67893aa6d89a45b8ba956f9af49f5df /arch | |
parent | 8624512aa908741ba2795200133eae0d7f4557ea (diff) |
uPatch for DECstations
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dec/irq.c | 4 |
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; |