Re: [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU

2019-08-17 Thread Paul Walmsley
On Sat, 17 Aug 2019, Christoph Hellwig wrote: > All MMU-enabled ports have a non-trivial ioremap and should thus provide > the prototype for their implementation instead of providing a generic > one unless a different symbol is not defined. Note that this only > affects sparc32 nds32 as all other

[PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU

2019-08-17 Thread Christoph Hellwig
All MMU-enabled ports have a non-trivial ioremap and should thus provide the prototype for their implementation instead of providing a generic one unless a different symbol is not defined. Note that this only affects sparc32 nds32 as all others do provide their own version. Also update the kernel