[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Fri Feb 12 14:43:17 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/12 14:43:17
Modified files:
cm3/m3-sys/m3back/src/: Codex86.i3 Codex86.m3 M3x86.m3
Stackx86.i3 Stackx86.m3
Log message:
remove all the passing around of "locked"
since the lock prefix isn't going to be useful except
for compare_exchange and lock_compare_exchange
(and not even for exchange actually, it doesn't need it)
we will be able to do some of add/sub with xadd probably
but or/xor/and will just use cmpxchg loops, probably functions
More information about the M3commit
mailing list