svn commit: r200268 - head/sys/dev/e1000

Jack F Vogel jfv at FreeBSD.org
Tue Dec 8 18:54:37 UTC 2009


Author: jfv
Date: Tue Dec  8 18:54:37 2009
New Revision: 200268
URL: http://svn.freebsd.org/changeset/base/200268

Log:
  Remove phantom line of code that somehow slipped
  into the checkin.

Modified:
  head/sys/dev/e1000/if_igb.c

Modified: head/sys/dev/e1000/if_igb.c
==============================================================================
--- head/sys/dev/e1000/if_igb.c	Tue Dec  8 18:35:57 2009	(r200267)
+++ head/sys/dev/e1000/if_igb.c	Tue Dec  8 18:54:37 2009	(r200268)
@@ -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
 			}


More information about the svn-src-head mailing list