Re: lazy_buddy-2.5.25-1

William Lee Irwin III (wli@holomorphy.com)
Fri, 12 Jul 2002 23:29:47 -0700


On Fri, Jul 12, 2002 at 11:22:32PM -0700, William Lee Irwin III wrote:
> Okay, people bugged me about this so here it is, testbooted on an
> 8cpu 16GB i386 box:

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/