summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-07-29 21:59:56 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-07-29 21:59:56 +0000
commitff9bc37fc39b11201e78bdf40504f80221ca4050 (patch)
tree4510affbfd95fba82d196a5a6450dbb7406634e1 /include/asm-mips/system.h
parent807196c7c442fb553ea1549c82f186a795c8128b (diff)
increased number of IRQ_vectors to 32
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index 2c752a0c0..117d6c062 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -252,7 +252,7 @@ static __inline__ unsigned long __xchg(unsigned long x, volatile void * ptr, int
return x;
}
-extern unsigned long IRQ_vectors[16];
+extern unsigned long IRQ_vectors[32];
extern unsigned long exception_handlers[32];
#define set_int_vector(n,addr) \