PERFORCE change 86612 for review

John Baldwin jhb at FreeBSD.org
Thu Nov 10 10:50:58 PST 2005


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

Change 86612 by jhb at jhb_slimer on 2005/11/10 18:50:02

	Drop local diff.

Affected files ...

.. //depot/projects/smpng/sys/sys/_mutex.h#15 edit

Differences ...

==== //depot/projects/smpng/sys/sys/_mutex.h#15 (text+ko) ====

@@ -37,7 +37,7 @@
 struct mtx {
 	struct lock_object	mtx_object;	/* Common lock properties. */
 	volatile uintptr_t	mtx_lock;	/* Owner and flags. */
-	u_int			mtx_recurse;	/* Number of recursive holds. */
+	volatile u_int		mtx_recurse;	/* Number of recursive holds. */
 
 #ifdef MUTEX_PROFILING
 	/*


More information about the p4-projects mailing list