PERFORCE change 99968 for review

Kip Macy kmacy at FreeBSD.org
Sun Jun 25 05:19:43 UTC 2006


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

Change 99968 by kmacy at 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 */


More information about the p4-projects mailing list