PERFORCE change 105180 for review

Paolo Pisati piso at FreeBSD.org
Sun Aug 27 17:15:21 UTC 2006


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

Change 105180 by piso at piso_newluxor on 2006/08/27 15:54:00

	This one crept in during an IFC.

Affected files ...

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

Differences ...

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

@@ -208,9 +208,6 @@
 	error = intr_event_add_handler(event, name, filter, handler, arg,
 	    intr_priority(flags), flags, cookiep);
 
-	if (!IS_FAST(filter, handler) || error)
-		intr_setup(irq, sched_ithd, ih, flags);
-
 	if (error)
 		return (error);
 


More information about the p4-projects mailing list