PERFORCE change 115593 for review

Paolo Pisati piso at FreeBSD.org
Fri Mar 9 11:56:01 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=115593

Change 115593 by piso at piso_newluxor on 2007/03/09 11:55:59

	Remove inclusion of sys/limits.h and expand IA64_NUMI as we don't 
	need it in more than one place.

Affected files ...

.. //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#25 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#25 (text+ko) ====

@@ -43,7 +43,6 @@
 #include <sys/proc.h>
 #include <sys/vmmeter.h>
 #include <sys/bus.h>
-#include <sys/limits.h>
 #include <sys/malloc.h>
 #include <sys/ktr.h>
 #include <sys/lock.h>
@@ -257,9 +256,8 @@
     volatile long	*cntp;  /* interrupt counter */
 };
 
-#define IA64_NUMI 256
 static struct mtx ia64_intrs_lock;
-static struct ia64_intr *ia64_intrs[IA64_NUMI];
+static struct ia64_intr *ia64_intrs[256];
 
 extern struct sapic *ia64_sapics[];
 extern int ia64_sapic_count;


More information about the p4-projects mailing list