Re: [PATCH v3 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
From: Catalin Marinas
Date: Mon Sep 16 2024 - 12:07:01 EST
On Tue, Sep 10, 2024 at 03:43:38PM +0200, Julian Vetter wrote:
> Various architectures have almost the same implementations for
> __memcpy_{to,from}io and __memset_io functions. So, consolidate them and
> introduce a CONFIG_GENERIC_IO_COPY flag to build the given
> lib/io_copy.c.
>
> Reviewed-by: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
> Signed-off-by: Julian Vetter <jvetter@xxxxxxxxxxxxx>
The code looks correct:
Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>