Re: [PATCH v4 2/4] riscv: cmpxchg.h: Merge macros

From: Arnd Bergmann
Date: Sat Mar 27 2021 - 17:26:40 EST


On Sat, Mar 27, 2021 at 7:06 PM <guoren@xxxxxxxxxx> wrote:
>
> From: Guo Ren <guoren@xxxxxxxxxxxxxxxxx>
>
> To reduce assembly codes, let's merge duplicate codes into one
> (xchg_acquire, xchg_release, cmpxchg_release).
>
> Signed-off-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx>

This is a nice cleanup, but I wonder if you can go even further by using
the definitions from atomic-arch-fallback.h like arm64 and x86 do.

Arnd