PERFORCE change 105181 for review

Paolo Pisati piso at FreeBSD.org
Sun Aug 27 17:14:29 UTC 2006


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

Change 105181 by piso at piso_newluxor on 2006/08/27 15:57:05

	Compilation.

Affected files ...

.. //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#10 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#10 (text+ko) ====

@@ -67,6 +67,7 @@
 #include <sys/bus.h>
 #include <sys/interrupt.h>
 #include <sys/ktr.h>
+#include <sys/limits.h>
 #include <sys/lock.h>
 #include <sys/malloc.h>
 #include <sys/mutex.h>
@@ -231,7 +232,7 @@
 
 	for (; i<intr_nirq; ) {
 		int j = i++;
-		ppc = intr_handlers[j];
+		ppc = &intr_handlers[j];
 		if (ppc != NULL && ppc->ih_event != NULL)
 			return (ppc->ih_event);
 	}


More information about the p4-projects mailing list