svn commit: r208439 - stable/8/sys/dev/cxgb
Navdeep Parhar
np at FreeBSD.org
Sun May 23 09:27:15 UTC 2010
Author: np
Date: Sun May 23 09:27:14 2010
New Revision: 208439
URL: http://svn.freebsd.org/changeset/base/208439
Log:
MFC r208356.
Remove bad assertion.
Modified:
stable/8/sys/dev/cxgb/cxgb_main.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/cxgb/cxgb_main.c
==============================================================================
--- stable/8/sys/dev/cxgb/cxgb_main.c Sun May 23 08:31:15 2010 (r208438)
+++ stable/8/sys/dev/cxgb/cxgb_main.c Sun May 23 09:27:14 2010 (r208439)
@@ -1983,7 +1983,6 @@ cxgb_set_lro(struct port_info *p, int en
struct adapter *adp = p->adapter;
struct sge_qset *q;
- PORT_LOCK_ASSERT_OWNED(p);
for (i = 0; i < p->nqsets; i++) {
q = &adp->sge.qs[p->first_qset + i];
q->lro.enabled = (enabled != 0);
More information about the svn-src-stable
mailing list