Cc: Jes Sorensen <jes@...>, Roland Dreier <rdreier@...>, <benh@...>, Arjan van de Ven <arjan@...>, <linux-arch@...>, <linux-kernel@...>, <tpiepho@...>, <linuxppc-dev@...>, <scottwood@...>, <torvalds@...>, David Miller <davem@...>, <alan@...>
On Tue, Jun 03, 2008 at 02:33:11PM +1000, Nick Piggin wrote:
Yes they would be. Writes from the same CPU are always ordered. Writes
from different CPUs are not, but that's only a concern if you protect
writing via some sort of lock. If the lock release forces a barrier,
that should take care of the problem.
jeremy
--