diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1997-07-29 21:59:56 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1997-07-29 21:59:56 +0000 |
commit | ff9bc37fc39b11201e78bdf40504f80221ca4050 (patch) | |
tree | 4510affbfd95fba82d196a5a6450dbb7406634e1 | |
parent | 807196c7c442fb553ea1549c82f186a795c8128b (diff) |
increased number of IRQ_vectors to 32
-rw-r--r-- | include/asm-mips/system.h | 2 |
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) \ |