Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2005 18:50:41 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86612 for review
Message-ID:  <200511101850.jAAIofta010053@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=86612

Change 86612 by jhb@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
 	/*



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