Ioremap'd memory is always uncached on ARM. But you need to be careful if you
use this on "real" (ie non-I/O) memory, especially on the EBSA-285 -- ioremap
adds in the IO_FUDGE_FACTOR and you will need to subtract it out again.
Alternatively you could use __ioremap but that might not buy you very much.
p.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/