Cc: Linus Torvalds <torvalds@...>, Benjamin Herrenschmidt <benh@...>, David Miller <davem@...>, <linux-arch@...>, <linuxppc-dev@...>, <alan@...>, <linux-kernel@...>
It's better to be safe by default and then optimize the fast paths than
to be relaxed by default and hang the machine in some piece of code that
runs once a month. "Premature optimization is the root of all evil",
and what not.
See above -- if you must have a #define, then it should be WANT_RELAXED_IO.
-Scott
--