Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 11:05:19 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111625 for review
Message-ID:  <200612131105.kBDB5JFQ043596@repoman.freebsd.org>

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

Change 111625 by piso@piso_newluxor on 2006/12/13 11:05:18

	Looks like m_fastintr isn't used anywhere.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/scc/scc_bfe.h#3 edit
.. //depot/projects/soc2006/intr_filter/dev/scc/scc_core.c#10 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/scc/scc_bfe.h#3 (text) ====

@@ -71,7 +71,6 @@
 
 	u_int		m_mode;
 	int		m_attached:1;
-	int		m_fastintr:1;
 	int		m_hasintr:1;
 	int		m_probed:1;
 	int		m_sysdev:1;

==== //depot/projects/soc2006/intr_filter/dev/scc/scc_core.c#10 (text) ====

@@ -536,7 +536,6 @@
 	/*
 	 * XXX_FILTER this code doesn't take care of filters.
 	 */
-	m->m_fastintr = IS_FAST(filter, ihand) ? 1 : 0;
 	m->ih = ihand;
 	m->ih_arg = arg;
 
@@ -565,7 +564,6 @@
 		return (EINVAL);
 
 	m->m_hasintr = 0;
-	m->m_fastintr = 0;
 	m->ih = NULL;
 	m->ih_arg = NULL;
 	for (i = 0; i < SCC_ISRCCNT; i++)



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