Re: [Lhms-devel] Re: [PATCH 0/9] Reducing fragmentation using zonesv4

From: KAMEZAWA Hiroyuki
Date: Thu Jan 26 2006 - 19:40:28 EST


KAMEZAWA Hiroyuki wrote:
Could you add this patch to your set ?
This was needed to boot my x86 machine without HIGHMEM.

Sorry, I sent a wrong patch..
This is correct one.
-- Kame

Index: linux-2.6.16-rc1-mm3/mm/highmem.c
===================================================================
--- linux-2.6.16-rc1-mm3.orig/mm/highmem.c
+++ linux-2.6.16-rc1-mm3/mm/highmem.c
@@ -225,9 +225,6 @@ static __init int init_emergency_pool(vo
struct sysinfo i;
si_meminfo(&i);
si_swapinfo(&i);
-
- if (!i.totalhigh)
- return 0;

page_pool = mempool_create(POOL_SIZE, page_pool_alloc, page_pool_free, NULL);
if (!page_pool)



-
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/