Cc: Christoph Lameter <clameter@...>, Mathieu Desnoyers <mathieu.desnoyers@...>, Pekka Enberg <penberg@...>, Torsten Kaiser <just.for.lkml@...>, Linus Torvalds <torvalds@...>, Linux Kernel Mailing List <linux-kernel@...>, Eric Dumazet <dada1@...>
* Andrew Morton <akpm@linux-foundation.org> wrote:
hm, why should it be atomic wrt. irqs? There's nothing that keeps gcc
from not doing an "incl memory_address" but do something like: "load
memory address into regx, incl regx, ... store address into memory
address" - and that's not atomic at that point.
Ingo
--