Re: [PATCH V8 05/22] LoongArch: Add build infrastructure

From: Arnd Bergmann
Date: Mon Mar 21 2022 - 04:31:54 EST


On Sat, Mar 19, 2022 at 3:31 PM Huacai Chen <chenhuacai@xxxxxxxxxx> wrote:
> This patch adds Kbuild, Makefile, Kconfig and link script for LoongArch
> build infrastructure.

Looks good, but I spotted one detail:

> + select HAVE_FUTEX_CMPXCHG if FUTEX

HAVE_FUTEX_CMPXCHG no longer exists, everyone supports it now,
so you should drop this line as well.

ARnd