On 25/05/2016 17:15, Emilio G. Cota wrote: >> > + >> > + In QEMU, the second kind does not exist. Currently Linux has >> > + atomic_fetch_or only; QEMU provides all of inc, dec, and, sub, and, or. > Not clear whether the last 'and' is redundant or is being used as > a conjunction. Either way it would be clearer to just remove it.
The first "and" is "add". :) Thanks, Paolo