Date: Wed, 13 Dec 2006 14:40:55 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111635 for review Message-ID: <200612131440.kBDEet3w096709@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111635 Change 111635 by piso@piso_newluxor on 2006/12/13 14:40:23 Axe the IS_FAST macro, it's just used in 3 places and probably i can simplify its usage there. Affected files ... .. //depot/projects/soc2006/intr_filter/sys/interrupt.h#9 edit Differences ... ==== //depot/projects/soc2006/intr_filter/sys/interrupt.h#9 (text+ko) ==== @@ -55,8 +55,6 @@ struct intr_thread *ih_thread; /* Ithread for filtered handler. */ }; -#define IS_FAST(filter, handler) (filter != NULL && handler == NULL) - /* Interrupt handle flags kept in ih_flags */ #define IH_EXCLUSIVE 0x00000002 /* Exclusive interrupt. */ #define IH_ENTROPY 0x00000004 /* Device is a good entropy source. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612131440.kBDEet3w096709>