Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sh3
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.
Home |
Main Index |
Thread Index |
Old Index