Re: [PATCH v5 3/5] Use generic io memcpy functions on the arm64 architecture

From: Catalin Marinas
Date: Tue Sep 24 2024 - 11:40:45 EST


On Tue, Sep 24, 2024 at 02:14:30PM +0200, Julian Vetter wrote:
> Use the generic __memcpy_{from,to}io and __memset_io functions on the
> arm64 processor architecture.
>
> Reviewed-by: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
> Signed-off-by: Julian Vetter <jvetter@xxxxxxxxxxxxx>

Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>

And a nitpick if you respin: we tend to write the subject as arch name,
colon followed by the actual text. E.g.:

arm64: Use generic io memcpy functions