Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2006 05:19:41 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99968 for review
Message-ID:  <200606250519.k5P5JfgO073783@repoman.freebsd.org>

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

Change 99968 by kmacy@kmacy_storage:sun4v_work_ifc on 2006/06/25 05:19:17

	fix assert to recognize new flag

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/kern/kern_mutex.c#18 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/kern/kern_mutex.c#18 (text+ko) ====

@@ -814,7 +814,7 @@
 	int flags;
 
 	MPASS((opts & ~(MTX_SPIN | MTX_QUIET | MTX_RECURSE |
-	    MTX_NOWITNESS | MTX_DUPOK)) == 0);
+	    MTX_NOWITNESS | MTX_DUPOK | MTX_NOPROFILE)) == 0);
 
 #ifdef MUTEX_DEBUG
 	/* Diagnostic and error correction */



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