Cc: Jes Sorensen <jes@...>, James Bottomley <James.Bottomley@...>, Roland Dreier <rdreier@...>, <benh@...>, Arjan van de Ven <arjan@...>, <linux-arch@...>, <linux-kernel@...>, <tpiepho@...>, <linuxppc-dev@...>, <scottwood@...>, <torvalds@...>, David Miller <davem@...>, <alan@...>
On Fri, May 30, 2008 at 10:21:00AM -0700, Jesse Barnes wrote:
A relaxed readX would be sufficient. It's the next lowest cost way (after
mmiowb) of ensuring write ordering between CPUs. Regular readX is the
most expensive method (well, we could probably come up with something worse,
but we'd have to work at it :).
Note that is the main advantage over a read. There is no round trip across
the NUMA fabric.
jeremy
--