Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 10:54:59 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102360 for review
Message-ID:  <200607251054.k6PAsxh9029112@repoman.freebsd.org>

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

Change 102360 by piso@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);
 



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