Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/19/2007 00:31:21
Module Name:	src
Committed By:	ad
Date:		Mon Feb 19 00:31:21 UTC 2007

Modified Files:
	src/sys/arch/vax/include: mutex.h
	src/sys/sys: mutex.h

Log Message:
MUTEX_NO_SPIN_ACTIVE_P() needs to be a macro, otherwise we end up in
circular dependency hell.


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

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