Il 29/05/2014 12:55, James Hogan ha scritto:
> Shouldn't you have a loop too around the ll/sc?Yes, it has a do {} while () look around the inline asm, although I didn't mention it in the commit message. It's modelled on arch/mips/include/asm/bitops.h.
Ugh, sorry---I misread that as a do/while(0). But it is an inline function, not a macro.
Paolo