Skip to content

Commit ef350af

Browse files
lipengfei28xiaoxiang781216
authored andcommitted
Revert "arch/arm64: add CONFIG_ARCH_VMA_MAPPING"
This reverts commit e7326cf.
1 parent 2048715 commit ef350af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

arch/arm64/src/common/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ if(CONFIG_ARCH_ADDRENV)
9090
if(CONFIG_ARCH_STACK_DYNAMIC)
9191
list(APPEND SRCS arm64_addrenv_ustack.c)
9292
endif()
93-
if(CONFIG_ARCH_VMA_MAPPING)
94-
list(APPEND SRCS arm64_addrenv_shm.c)
95-
endif()
9693
endif()
9794

9895
if(CONFIG_MM_PGALLOC)

arch/arm64/src/common/Make.defs

-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ CMN_CSRCS += arm64_addrenv_utils.c arm64_addrenv_shm.c arm64_addrenv_pgmap.c
102102
ifeq ($(CONFIG_ARCH_STACK_DYNAMIC),y)
103103
CMN_CSRCS += arm64_addrenv_ustack.c
104104
endif
105-
ifeq ($(CONFIG_ARCH_VMA_MAPPING),y)
106-
CMN_CSRCS += arm64_addrenv_shm.c
107-
endif
108105
endif
109106

110107
ifeq ($(CONFIG_ARCH_FPU),y)

0 commit comments

Comments
 (0)