On Fri, 30 May 2008, Benjamin Herrenschmidt wrote:
That's what I gathered too, based on what's written in memory-barriers.txt,
which is the only kernel docs I could find that addressed this.
It's also what memory-barriers.txt says they should do.
I wrote a JTAG over gpio driver for the powerpc MPC8572DS platform. With the
non-raw io accessors, the JTAG clock can run at almost ~9.5 MHz. Using raw
versions (which I had to write since powerpc doesn't have any), the clock
speed increases to about 28 MHz. So it can make a very significant different.
--