Re: arch/arm64/include/asm/atomic_ll_sc.h:298:9: error: unknown type name 'u128'

From: Arnd Bergmann
Date: Mon Feb 26 2024 - 10:53:22 EST


On Mon, Feb 26, 2024, at 16:33, Naresh Kamboju wrote:
> On Fri, 23 Feb 2024 at 14:56, Arnd Bergmann <arnd@xxxxxxxx> wrote:

>> I have an older patch that I never merged to unify the
>> page size configuration in Kconfig, and could try to
>> dig that out if nobody has a better idea. If we do that,
>> we could introduce a CONFIG_PAGE_SIZE.
>
> The 16K and 64k page size builds pass.

Those have compat mode disabled on arm64 for historic reasons.
We should probably fix that, but that is a different problem.

Arnd