On 04/07/2016 10:32 AM, Emilio G. Cota wrote: > + while (atomic_read(&spin->value));
I really really don't like ; snuggled up behind loop conditions. Isn't this where you want to use pause, anyway? r~
On 04/07/2016 10:32 AM, Emilio G. Cota wrote: > + while (atomic_read(&spin->value));
I really really don't like ; snuggled up behind loop conditions. Isn't this where you want to use pause, anyway? r~