rk: ion: shrink memory more positive

This commit is contained in:
CMY
2014-09-04 11:39:36 +08:00
parent 5dd5383e7d
commit 45a3aef37a

View File

@@ -133,7 +133,7 @@ int ion_page_pool_shrink(struct ion_page_pool *pool, gfp_t gfp_mask,
int i;
bool high;
high = !!(gfp_mask & __GFP_HIGHMEM);
high = true;
for (i = 0; i < nr_to_scan; i++) {
struct page *page;