Re: 2.6.5-mm3

From: Ian Kent
Date: Fri Apr 09 2004 - 08:52:01 EST


On Thu, 8 Apr 2004, Andrew Morton wrote:

>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5/2.6.5-mm3/
>

Small compile problem

--- mm/hugetlb.c.orig 2004-04-09 20:29:03.000000000 +0800
+++ mm/hugetlb.c 2004-04-09 20:33:20.000000000 +0800
@@ -140,11 +140,11 @@
for (i = 0; i < MAX_NUMNODES; ++i) {
struct page *page;
list_for_each_entry(page, &hugepage_freelists[i], lru) {
- if (PageHighmem(page))
+ if (PageHighMem(page))
continue;
list_del(&page->lru);
update_and_free_page(page);
- --free_huge_pages
+ --free_huge_pages;
if (!--count)
return 0;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/