From 7ecf7a53cd9cbc0e54204bfb7d9c54e53331cfbc Mon Sep 17 00:00:00 2001 From: Yushan Zhou Date: Thu, 1 Dec 2022 10:56:11 +0800 Subject: [PATCH] arm64/config: change page size to 4K Upstream: no Change arm64 pagesize from 64K to 4K. Signed-off-by: Yushan Zhou --- dist/configs/00base/generic/aarch64.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/configs/00base/generic/aarch64.config b/dist/configs/00base/generic/aarch64.config index 9df33e2fce48..9e9c0d08c6e8 100644 --- a/dist/configs/00base/generic/aarch64.config +++ b/dist/configs/00base/generic/aarch64.config @@ -346,9 +346,9 @@ CONFIG_QCOM_FALKOR_ERRATUM_E1041=y CONFIG_FUJITSU_ERRATUM_010001=y # end of ARM errata workarounds via the alternatives framework -# CONFIG_ARM64_4K_PAGES is not set +CONFIG_ARM64_4K_PAGES=y # CONFIG_ARM64_16K_PAGES is not set -CONFIG_ARM64_64K_PAGES=y +# CONFIG_ARM64_64K_PAGES is not set # CONFIG_ARM64_VA_BITS_42 is not set CONFIG_ARM64_VA_BITS_48=y # CONFIG_ARM64_VA_BITS_52 is not set -- Gitee