PERFORCE change 111635 for review

Paolo Pisati piso at FreeBSD.org
Wed Dec 13 06:40:56 PST 2006


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

Change 111635 by piso at 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. */


More information about the p4-projects mailing list