Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 12:03:23 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102272 for review
Message-ID:  <200607241203.k6OC3N84070870@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102272

Change 102272 by piso@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;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607241203.k6OC3N84070870>