commit | e461457b134e55c3ca68b91b70b8796e3f3dba69 | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Tue Aug 14 00:25:43 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Sep 04 15:52:41 2012 -0600 |
tree | bdcb1315397404e1c5f67966badb29038fe4e037 | |
parent | fe0a7d26d3e8dd1f42840dc2a61b70b0d899d0b1 [diff] |
lib: genalloc: Change chunk allocation to vmalloc Change the chunk allocation from kmalloc to vmalloc for allocations greater than a page. This allows large chunks to be allocated from physically non-contiguous memory and increases the chance of the allocation succeeding. CRs-fixed: 387655 Change-Id: I75cd0d1634c6f8ff4d91e615122fdcfada00ec69 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>