From 283e2a920d259265962df2838ef5142bf531cb92 Mon Sep 17 00:00:00 2001 From: Prakash Gupta Date: Thu, 14 Sep 2017 16:47:53 +0530 Subject: [PATCH] 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: Prakash Gupta --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 588393412271..22b546e0f845 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1776,7 +1776,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