diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-21 16:47:49 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-04 09:14:29 -0500 |
commit | 67273c551078b54171ab5f1965969965d8a64290 (patch) | |
tree | 77758b9ebb846e6228b03af5d327059a63e65e10 /mm | |
parent | 13a794ea8b1a20c3a632337fa5e5e51741a14a1b (diff) |
mm-page-alloc-fix.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5124fb0103b6..49675c704a5b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1960,8 +1960,8 @@ __alloc_pages_direct_compact(gfp_t gfp_mask, unsigned int order, if (*did_some_progress != COMPACT_SKIPPED) { /* 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, |