summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2009-12-08 18:54:37 +0000
committerjfv <jfv@FreeBSD.org>2009-12-08 18:54:37 +0000
commit1225029505c0f316c6a202148a9a79596a456bb2 (patch)
treecc512aa2318ecffa22613805d4fca69c2652990e
parent3c6fd28c05c6109b63ef136e94ec159cecc6e1d7 (diff)
downloadFreeBSD-src-1225029505c0f316c6a202148a9a79596a456bb2.zip
FreeBSD-src-1225029505c0f316c6a202148a9a79596a456bb2.tar.gz
Remove phantom line of code that somehow slipped
into the checkin.
-rw-r--r--sys/dev/e1000/if_igb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index dc2e85f..b43baac 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -4231,7 +4231,6 @@ igb_rxeof(struct rx_ring *rxr, int count)
/* Get the RSS Hash */
sendmp->m_pkthdr.flowid =
le32toh(cur->wb.lower.hi_dword.rss);
- curcpu;
sendmp->m_flags |= M_FLOWID;
#endif
}
OpenPOWER on IntegriCloud