Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 18:54:37 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200268 - head/sys/dev/e1000
Message-ID:  <200912081854.nB8IsbrP096592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 			}



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