From: Yinghai Lu Date: Sun, 1 Jun 2008 05:52:47 +0000 (-0700) Subject: x86, 32-bit: change propagate_e820_map() back to find_max_pfn() X-Git-Tag: v2.6.27-rc1~1106^2~247^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0596152388e234efebce464355186ad9e16c8cb6;p=pandora-kernel.git x86, 32-bit: change propagate_e820_map() back to find_max_pfn() we don't need to call memory_present that early. numa and sparse will call memory_present later and might even fail, it will call memory_present for the full range. also for sparse it will call alloc_bootmem ... before we set up bootmem. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed