Re: [PATCH v2 32/35] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

From: Arnd Bergmann
Date: Mon Nov 27 2017 - 09:14:15 EST


On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu <green.hu@xxxxxxxxx> wrote:
> From: Greentime Hu <greentime@xxxxxxxxxxxxx>
>
> It allows some architectures to use this generic macro instead of
> defining theirs.
>
> Signed-off-by: Vincent Chen <vincentc@xxxxxxxxxxxxx>
> Signed-off-by: Greentime Hu <greentime@xxxxxxxxxxxxx>
> ---
> include/asm-generic/io.h | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)

This looks good, but you probably want to do this earlier in the series, so you
can build on top of this change.

Please keep this patch as part of your series,

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>