Re: [PATCH v1 8/8] selftests/nolibc: add test support for powerpc64

From: Willy Tarreau
Date: Sat Jul 22 2023 - 08:10:29 EST


On Wed, Jul 19, 2023 at 05:18:32AM +0800, Zhangjin Wu wrote:
> # ARCH is supported by kernel
> +ARCH_powerpc64 = powerpc
> ARCH_powerpc64le = powerpc

And similarly let's simply call this one ppc64.

Aside these few comments, the series looks nice, thanks!
Willy