From ff9bc37fc39b11201e78bdf40504f80221ca4050 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Tue, 29 Jul 1997 21:59:56 +0000 Subject: increased number of IRQ_vectors to 32 --- include/asm-mips/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-mips/system.h') 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) \ -- cgit v1.2.3