PERFORCE change 81360 for review

Sam Leffler sam at FreeBSD.org
Tue Aug 2 21:17:28 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81360

Change 81360 by sam at sam_ebb on 2005/08/02 21:16:59

	IFC

Affected files ...

.. //depot/projects/wifi/sys/sys/mutex.h#8 integrate

Differences ...

==== //depot/projects/wifi/sys/sys/mutex.h#8 (text+ko) ====

@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  *
  *	from BSDI $Id: mutex.h,v 2.7.2.35 2000/04/27 03:10:26 cp Exp $
- * $FreeBSD: src/sys/sys/mutex.h,v 1.80 2005/07/15 18:17:59 jhb Exp $
+ * $FreeBSD: src/sys/sys/mutex.h,v 1.81 2005/08/02 20:50:45 jhb Exp $
  */
 
 #ifndef _SYS_MUTEX_H_
@@ -418,7 +418,9 @@
 		(opts)							\
 	};								\
 	SYSINIT(name##_mtx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE,	\
-	    mtx_sysinit, &name##_args)
+	    mtx_sysinit, &name##_args);					\
+	SYSUNINIT(name##_mtx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE,	\
+	    mtx_destroy, (mtx))
 
 /*
  * The INVARIANTS-enabled mtx_assert() functionality.


More information about the p4-projects mailing list