patch-2.1.73 linux/include/asm-mips/system.h
Next file: linux/include/asm-mips/termbits.h
Previous file: linux/include/asm-mips/string.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Wed Dec 10 10:31:11 1997
-  Orig file: 
v2.1.72/linux/include/asm-mips/system.h
-  Orig date: 
Mon Aug 18 18:19:46 1997
diff -u --recursive --new-file v2.1.72/linux/include/asm-mips/system.h linux/include/asm-mips/system.h
@@ -252,13 +252,6 @@
 	return x;
 }
 
-extern unsigned long IRQ_vectors[32];
-extern unsigned long exception_handlers[32];
-
-#define set_int_vector(n,addr) \
-	IRQ_vectors[n] = (unsigned long) (addr)
-
-#define set_except_vector(n,addr) \
-	exception_handlers[n] = (unsigned long) (addr)
+extern void set_except_vector(int n, void *addr);
 
 #endif /* __ASM_MIPS_SYSTEM_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov