Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0dc78b32 authored by Zhenhua Huang's avatar Zhenhua Huang Committed by Qingqing Zhou
Browse files

ARM: enable vmalloc saving



For some targets that have less vmalloc space this can be increased by
enabling config ENABLE_VMALLOC_SAVING. With this config we can reclaim
virtual mappings which remains unused because of non hlos carveout
reservations in lowmem.

Select the default method of reclaiming virtual memory as vmalloc
saving.

Change-Id: I249992871babe8c64c34d52ef43bbc7c81636d47
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
Signed-off-by: default avatarQingqing Zhou <qqzhou@codeaurora.org>
parent d6f731ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1719,7 +1719,7 @@ config ARM_MODULE_PLTS

choice
	prompt "Virtual Memory Reclaim"
	default NO_VM_RECLAIM
	default ENABLE_VMALLOC_SAVING
	help
	  Select the method of reclaiming virtual memory. Two values
	  are allowed to choose, one is NO_VM_RECLAIM, the other is