--- memhotplug-dave/arch/i386/mm/discontig.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/mm/discontig.c~memory_present_for_flat arch/i386/mm/discontig.c --- memhotplug/arch/i386/mm/discontig.c~memory_present_for_flat 2005-03-11 12:29:45.000000000 -0800 +++ memhotplug-dave/arch/i386/mm/discontig.c 2005-03-11 12:30:04.000000000 -0800 @@ -121,6 +121,7 @@ int __init get_memcfg_numa_flat(void) find_max_pfn(); node_start_pfn[0] = 0; node_end_pfn[0] = max_pfn; + memory_present(0, 0, max_pfn); /* Indicate there is one node available. */ nodes_clear(node_online_map); _