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
                        }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to