On Fri, Sep 16, 2016 at 10:46:57 -0700, Richard Henderson wrote: > Emulating LL/SC with cmpxchg is not correct, since it can > suffer from the ABA problem. However, portable parallel > code is writting assuming only cmpxchg which means that in > practice this is a viable alternative.
s/writting/written/ E.