Re: [7/9] powerpc/mm: Wire up ioremap_cache
From: Michael Ellerman <hidden>
Date: 2017-04-23 11:53:09
Also in:
nvdimm
From: Michael Ellerman <hidden>
Date: 2017-04-23 11:53:09
Also in:
nvdimm
On Tue, 2017-04-11 at 17:42:31 UTC, Oliver O'Halloran wrote:
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>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f855b2f544d664cfa3055edb7ffd20 cheers