Skip to content
Snippets Groups Projects
user avatar
Richard Henderson authored
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: default avatarRichard Henderson <rth@twiddle.net>
ed283916
History