commit | e6ccd030774b0b83ce709b05d23ff7e84d9afc68 | [log] [tgz] |
---|---|---|
author | Neeti Desai <neetid@codeaurora.org> | Fri Jun 14 17:39:33 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Sep 09 16:52:29 2013 -0700 |
tree | c777f57768ae4f9d6d3050e6920f85526812e548 | |
parent | c278c94480866b52aa24de834143a4e5accf2efa [diff] |
msm: Increase the kernel virtual area to include lowmem Even though lowmem is accounted for in vmalloc space, allocation comes only from the region bounded by VMALLOC_START and VMALLOC_END. The kernel virtual area can now allocate from any unmapped region starting from PAGE_OFFSET. Change-Id: I291b9eb443d3f7445fd979bd7b09e9241ff22ba3 Signed-off-by: Neeti Desai <neetid@codeaurora.org>