PERFORCE change 102360 for review

Paolo Pisati piso at FreeBSD.org
Tue Jul 25 10:55:01 UTC 2006


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

Change 102360 by piso at piso_newluxor on 2006/07/25 10:54:48

	Axe a (now) useless check.

Affected files ...

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

Differences ...

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

@@ -551,12 +551,6 @@
 	struct intr_event *ie;
 	int error;
 
-#if 0
-	// XXX a software intr handler with INTR_FAST?!?!?!?
-        if (flags & (INTR_FAST | INTR_ENTROPY))
-                return (EINVAL);
-#endif
-
 	if (flags & INTR_ENTROPY)
 		return (EINVAL);
 


More information about the p4-projects mailing list