From b9c198bb4b9e13925007b821d24790724c02e299 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Mon, 27 May 2024 11:24:45 +0800 Subject: [PATCH] arch: config: loongarch: use 16K pages in deepin_loongarch_desktop_config While using 4K pages may provide better performance, this configuration will degrade compatibility with certain applications (especially those built upon Electron, i.e., Tencent QQ). Use 16K pages instead, as most distributions currently do. Signed-off-by: Mingcong Bai --- arch/loongarch/configs/deepin_loongarch_desktop_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig index 50bffac5704d6..9f761205c7f88 100644 --- a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig +++ b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig @@ -52,7 +52,7 @@ CONFIG_PROFILING=y CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_HZ_1000=y -CONFIG_4KB_4LEVEL=y +CONFIG_16KB_3LEVEL=y CONFIG_NUMA=y CONFIG_ARCH_FORCE_MAX_ORDER=12 CONFIG_ARCH_IOREMAP=y