]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Wire up ioremap_cache()
authorOliver O'Halloran <oohall@gmail.com>
Tue, 11 Apr 2017 17:42:31 +0000 (03:42 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Apr 2017 11:08:47 +0000 (21:08 +1000)
commitf855b2f544d664cfa3055edb7ffd20e9ae0e2dce
tree6c380d6317c333a60420ea48e3d383c3afc0298d
parenta050d20d024dc3e1b988e715e2d811aaa3d5c39c
powerpc/mm: Wire up ioremap_cache()

The default implementation of ioremap_cache() is aliased to ioremap().
On powerpc ioremap() creates cache-inhibited mappings by default which
is almost certainly not what you wanted.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/io.h