Subject: CVS commit: [newlock2] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/20/2006 19:28:11
Module Name:	src
Committed By:	ad
Date:		Fri Oct 20 19:28:11 UTC 2006

Modified Files:
	src/sys/arch/amd64/include [newlock2]: mutex.h
	src/sys/arch/i386/include [newlock2]: mutex.h
	src/sys/arch/x86/include [newlock2]: mutex.h rwlock.h

Log Message:
- Don't need locked bus cycles on release from C code.
- Save an integer ID in the lock structures for LOCKDEBUG code.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/amd64/include/mutex.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/i386/include/mutex.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/include/mutex.h \
    src/sys/arch/x86/include/rwlock.h

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