PERFORCE change 102272 for review

Paolo Pisati piso at FreeBSD.org
Mon Jul 24 12:03:24 UTC 2006


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

Change 102272 by piso at piso_newluxor on 2006/07/24 12:02:53

	Use IS_FAST() one more time.

Affected files ...

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

Differences ...

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

@@ -468,7 +468,7 @@
 	 */
 	dead = 1;
 	TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
-		if (!(ih->ih_filter != NULL && ih->ih_handler == NULL)) {
+		if !IS_FAST(ih->ih_filter, ih->ih_handler) {
 			dead = 0;
 			break;
 		}


More information about the p4-projects mailing list