On Thu, Jun 05, 2008 at 03:56:34AM +0200, Nick Piggin wrote:
Well, I should qualify that: it doesn't actually break my algorithm
because you can still implement the unlock without atomic RMWs.
This may require you to have an mfence there, but we can still get
away without atomics (whether that's much cheaper or not, I haven't
measured recently!)
--