+0
−49
+0
−4
+0
−6
+0
−2
+45
−59
Loading
Emulating LL/SC with cmpxchg is not correct, since it can
suffer from the ABA problem. However, portable parallel
code is written assuming only cmpxchg which means that in
practice this is a viable alternative.
Signed-off-by:
Richard Henderson <rth@twiddle.net>