commit | 4b39262ad736edd181343fdd6e6905b65432922a | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Thu Jan 19 16:17:02 2012 -0800 |
committer | Olav Haugan <ohaugan@codeaurora.org> | Wed Feb 08 15:45:14 2012 -0800 |
tree | f8199762510d890530cdde25c8287768c6a772cb | |
parent | 4478561233e657699f69537ab13464840b920497 [diff] |
pmem: Allocate physical memory from reserved fmem If a heap is marked as reusuable (i.e. memory is to be gotten from fmem) the base used from allocation should not come from allocate_contiguous_memory but from fmem_get_info instead. Otherwise, the memory allocated isn't actually coming from fmem. Change-Id: If9737c93df3bd34e9cac9585a4dbbc8993562c5f Signed-off-by: Laura Abbott <lauraa@codeaurora.org>