Re: [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

From: Andreas Larsson
Date: Thu Mar 07 2024 - 09:43:39 EST


On 2024-03-06 15:14, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> Most architectures only support a single hardcoded page size. In order
> to ensure that each one of these sets the corresponding Kconfig symbols,
> change over the PAGE_SHIFT definition to the common one and allow
> only the hardware page size to be selected.
>
> Acked-by: Guo Ren <guoren@xxxxxxxxxx>
> Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> Acked-by: Stafford Horne <shorne@xxxxxxxxx>
> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> No changes from v1

> arch/sparc/Kconfig | 2 ++
> arch/sparc/include/asm/page_32.h | 2 +-
> arch/sparc/include/asm/page_64.h | 3 +--

Acked-by: Andreas Larsson <andreas@xxxxxxxxxxx>

Thanks,
Andreas