mm-page-alloc-fix.patch

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2011-07-21 16:47:49 +02:00 committed by Alibek Omarov
parent 53e0353fb9
commit d62167b358
1 changed files with 2 additions and 2 deletions

View File

@ -2394,8 +2394,8 @@ __alloc_pages_direct_compact(gfp_t gfp_mask, unsigned int order,
struct page *page;
/* Page migration frees to the PCP lists but we want merging */
drain_pages(get_cpu());
put_cpu();
drain_pages(get_cpu_light());
put_cpu_light();
page = get_page_from_freelist(gfp_mask, nodemask,
order, zonelist, high_zoneidx,