From owner-svn-src-all@FreeBSD.ORG Tue Dec 8 18:54:37 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8312810656C4; Tue, 8 Dec 2009 18:54:37 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 72C2B8FC18; Tue, 8 Dec 2009 18:54:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nB8IsbuR096594; Tue, 8 Dec 2009 18:54:37 GMT (envelope-from jfv@svn.freebsd.org) Received: (from jfv@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nB8IsbrP096592; Tue, 8 Dec 2009 18:54:37 GMT (envelope-from jfv@svn.freebsd.org) Message-Id: <200912081854.nB8IsbrP096592@svn.freebsd.org> From: Jack F Vogel Date: Tue, 8 Dec 2009 18:54:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200268 - head/sys/dev/e1000 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 18:54:37 -0000 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 }