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

From: Arnd Bergmann
Date: Mon Nov 11 2019 - 05:30:02 EST


On Tue, Oct 29, 2019 at 7:49 AM Christoph Hellwig <hch@xxxxxx> 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 others do provide their own version.
>
> Also update the kerneldoc comments in asm-generic/io.h to explain the
> situation around the default ioremap* implementations correctly.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>