From: James S. <jsi...@tr...> - 2001-11-26 20:21:21
|
Perhaps we should send Ralph a patch for this? On Sun, 25 Nov 2001, Jim Paris wrote: > 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 > > > > _______________________________________________ > Linux-mips-commits mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linux-mips-commits > |