svn commit: r208440 - stable/7/sys/dev/cxgb

Navdeep Parhar np at FreeBSD.org
Sun May 23 09:28:55 UTC 2010


Author: np
Date: Sun May 23 09:28:55 2010
New Revision: 208440
URL: http://svn.freebsd.org/changeset/base/208440

Log:
  MFC r208356.
  
  Remove bad assertion.

Modified:
  stable/7/sys/dev/cxgb/cxgb_main.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/dev/cxgb/cxgb_main.c
==============================================================================
--- stable/7/sys/dev/cxgb/cxgb_main.c	Sun May 23 09:27:14 2010	(r208439)
+++ stable/7/sys/dev/cxgb/cxgb_main.c	Sun May 23 09:28:55 2010	(r208440)
@@ -2007,7 +2007,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-all mailing list