Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 00:23:47 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200972 - head/sys/dev/vge
Message-ID:  <200912250023.nBP0NlSZ045204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Fri Dec 25 00:23:47 2009
New Revision: 200972
URL: http://svn.freebsd.org/changeset/base/200972

Log:
  Remove wrong assertion.

Modified:
  head/sys/dev/vge/if_vge.c

Modified: head/sys/dev/vge/if_vge.c
==============================================================================
--- head/sys/dev/vge/if_vge.c	Thu Dec 24 23:54:58 2009	(r200971)
+++ head/sys/dev/vge/if_vge.c	Fri Dec 25 00:23:47 2009	(r200972)
@@ -2573,8 +2573,6 @@ vge_stats_clear(struct vge_softc *sc)
 {
 	int i;
 
-	VGE_LOCK_ASSERT(sc);
-
 	CSR_WRITE_1(sc, VGE_MIBCSR,
 	    CSR_READ_1(sc, VGE_MIBCSR) | VGE_MIBCSR_FREEZE);
 	CSR_WRITE_1(sc, VGE_MIBCSR,



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