mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
[linux-2.6-microblaze.git] / mm / swap.c
index 18cc9e6..6c11db7 100644 (file)
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -95,7 +95,7 @@ static void __put_single_page(struct page *page)
 {
        __page_cache_release(page);
        mem_cgroup_uncharge(page);
-       free_unref_page(page);
+       free_unref_page(page, 0);
 }
 
 static void __put_compound_page(struct page *page)