From: Jim P. <jim...@us...> - 2001-11-26 02:04:18
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv29458 Modified Files: irq.h Log Message: Minor. VR4111 has 71 IRQs. This change was lost during a recent OSS sync. Index: irq.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/irq.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- irq.h 2001/11/06 00:30:47 1.5 +++ irq.h 2001/11/26 02:04:16 1.6 @@ -11,7 +11,7 @@ #include <linux/config.h> -#define NR_IRQS 64 /* Largest number of ints of all machines. */ +#define NR_IRQS 128 /* Largest number of ints of all machines. */ #define TIMER_IRQ 0 |