PERFORCE change 111625 for review
Paolo Pisati
piso at FreeBSD.org
Wed Dec 13 03:05:20 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111625
Change 111625 by piso at 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++)
More information about the p4-projects
mailing list