Cc: Jes Sorensen <jes@...>, <benh@...>, Arjan van de Ven <arjan@...>, <linux-arch@...>, <linux-kernel@...>, <linuxppc-dev@...>, <scottwood@...>, <torvalds@...>, David Miller <davem@...>, <alan@...>
This is how powerpc is natively (the linux accessors have extra ordering to
not allow this of course), and there are non-Linux drivers that are written
for this ordering model.
I think what makes altix so hard is that writes to the _same_ register may be
be re-ordered. Re-ordering writes to the same address is much less common
than allowing writes to different addresses to be re-ordered.
--