A little birdie told me I forgot the following on top of this:
Cheers,
Bill
===== mm/page_alloc.c 1.130 vs edited =====
--- 1.130/mm/page_alloc.c Fri Jul 12 23:14:35 2002
+++ edited/mm/page_alloc.c Fri Jul 12 23:29:27 2002
@@ -362,6 +362,7 @@
list_del(&page->list);
area[found_order].locally_free--;
split_pages(zone, page, order, found_order);
+ return page;
}
#ifdef CONFIG_SOFTWARE_SUSPEND
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/