PERFORCE change 112422 for review

Olivier Houchard cognet at FreeBSD.org
Tue Jan 2 06:45:45 PST 2007


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

Change 112422 by cognet at hulglah on 2007/01/02 14:44:54

	Backout the last commit, we found a better solution for arm.

Affected files ...

.. //depot/projects/soc2006/intr_filter/kern/kern_intr.c#22 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/kern/kern_intr.c#22 (text+ko) ====

@@ -690,8 +690,6 @@
 	ih->ih_handler(ih->ih_argument);
 	if (!(ih->ih_flags & IH_MPSAFE))
 		mtx_unlock(&Giant);
-	if (ie->ie_enable)
-		ie->ie_enable(ie->ie_source);
 }
 
 static void


More information about the p4-projects mailing list