Re: [PATCH v2 1/2] alpha: rework use of memset_io, memsetw_io and scr_memsetw
From: Arnd Bergmann
Date: Mon Feb 03 2025 - 12:24:33 EST
On Mon, Feb 3, 2025, at 16:42, Julian Vetter wrote:
> In order to prepare the alpha architecture to use the generic IO
> functions from lib/iomem_copy.c, rename _memset_c_io to memsetw_io.
> Then move scr_memsetw to io.c, along the scr_memcpyw and scr_memmovew,
> inside the CONFIG_VGA_CONSOLE.
>
> Signed-off-by: Julian Vetter <julian@xxxxxxxxxxxxxxxx>
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>