Subject: CVS commit: src/sys/arch/sh3
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/29/2007 17:33:09
Module Name:	src
Committed By:	ad
Date:		Thu Nov 29 17:33:09 UTC 2007

Modified Files:
	src/sys/arch/sh3/include: mutex.h rwlock.h
	src/sys/arch/sh3/sh3: lock_stubs.S

Log Message:
Pending review by uwe@:

- Make _lock_cas() do "compare and swap", not "compare and set".
- Add aliases for atomic_cas_ulong() and friends.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/sh3/include/mutex.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/sh3/include/rwlock.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/sh3/sh3/lock_stubs.S

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