commit | 46fa728187509ec0f5018e66ea67582c0604de43 | [log] [tgz] |
---|---|---|
author | Zhenhua Huang <zhenhuah@codeaurora.org> | Tue Sep 18 18:14:58 2018 +0800 |
committer | Zhenhua Huang <zhenhuah@codeaurora.org> | Tue Sep 18 18:18:46 2018 +0800 |
tree | ac103d9944afe288d42bc9983b0ba2372bf68f1a | |
parent | 7c355036c4aae61515c841dc11e2c1c449e03df9 [diff] |
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: Zhenhua Huang <zhenhuah@codeaurora.org>