Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/16/2007 03:10:41
Module Name:	src
Committed By:	ad
Date:		Fri Feb 16 03:10:12 UTC 2007

Modified Files:
	src/sys/sys: mutex.h

Log Message:
Add MUTEX_NO_SPIN_ACTIVE_P() to check if spin mutexes are held on
the current cpu. A generic version is provided if the architecture
does not provide one.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/sys/mutex.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.