From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/arch/nds32/Kconfig.cpu | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/arch/nds32/Kconfig.cpu b/kernel/arch/nds32/Kconfig.cpu index c107599..f88a12f 100644 --- a/kernel/arch/nds32/Kconfig.cpu +++ b/kernel/arch/nds32/Kconfig.cpu @@ -157,7 +157,6 @@ config HIGHMEM bool "High Memory Support" depends on MMU && !CPU_CACHE_ALIASING - select KMAP_LOCAL help The address space of Andes processors is only 4 Gigabytes large and it has to accommodate user address space, kernel address -- Gitblit v1.6.2