commit | f855b2f544d664cfa3055edb7ffd20e9ae0e2dce | [log] [tgz] |
---|---|---|
author | Oliver O'Halloran <oohall@gmail.com> | Wed Apr 12 03:42:31 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Apr 21 21:08:47 2017 +1000 |
tree | 6c380d6317c333a60420ea48e3d383c3afc0298d | |
parent | a050d20d024dc3e1b988e715e2d811aaa3d5c39c [diff] |
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>