]> git.baikalelectronics.ru Git - kernel.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)
commit9b85238a57eab9265ce045f5d194f28829a36ba8
tree6c380d6317c333a60420ea48e3d383c3afc0298d
parentdcf7af35d208a6353a549ecb7522ccbc4d11ae6b
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