commit | d326348a05558e6116c173477b7ff0fa4148c04d | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Thu Aug 22 13:46:07 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Oct 03 17:45:35 2013 -0700 |
tree | e661cea4d24e7e6df1d2275a98b0338d17dcc8b4 | |
parent | 0e287becd67e6e7d564d7c0dc450d09c7caa5923 [diff] |
mm: Update is_vmalloc_addr to account for vmalloc savings is_vmalloc_addr current assumes that all vmalloc addresses exist between VMALLOC_START and VMALLOC_END. This may not be the case when interleaving vmalloc and lowmem. Update the is_vmalloc_addr to properly check for this. Change-Id: I5def3d6ae1a4de59ea36f095b8c73649a37b1f36 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>