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

Commit ebaaa331 authored by Prakash Gupta's avatar Prakash Gupta Committed by Swetha Chikkaboraiah
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: I05bbae3b554be54f74b740404dda0cdfa89084bd
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 3fbdc52d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1771,7 +1771,7 @@ source "mm/Kconfig"

choice
	prompt "Virtual Memory Reclaim"
	default NO_VM_RECLAIM
	default ENABLE_VMALLOC_SAVING
	help
	  Select the method of reclaiming virtual memory