svn commit: r191606 - head/sys/net

Kip Macy kmacy at FreeBSD.org
Mon Apr 27 22:45:21 UTC 2009


Author: kmacy
Date: Mon Apr 27 22:45:19 2009
New Revision: 191606
URL: http://svn.freebsd.org/changeset/base/191606

Log:
  remove gratuitous memory barrier, a remnant of unified L2 / L3

Modified:
  head/sys/net/flowtable.c

Modified: head/sys/net/flowtable.c
==============================================================================
--- head/sys/net/flowtable.c	Mon Apr 27 22:44:26 2009	(r191605)
+++ head/sys/net/flowtable.c	Mon Apr 27 22:45:19 2009	(r191606)
@@ -438,7 +438,6 @@ static void
 flowtable_pcpu_unlock(struct flowtable *table, uint32_t hash)
 {
 
-	mb();
 	critical_exit();
 }
 


More information about the svn-src-all mailing list