David Howells <[EMAIL PROTECTED]> wrote: > No, they're not. LL/SC is more flexible than CMPXCHG because under some > circumstances, you can get away without doing the SC,
Of course, CMPXCHG doesn't have to store either, though it still performs a locked-write-cycle on x86 if I remember correctly. David
