From: Yinghai Lu Date: Mon, 23 Jun 2008 10:05:30 +0000 (-0700) Subject: x86: clean up using max_low_pfn on 32-bit X-Git-Tag: v2.6.27-rc1~1106^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec65f8b89ea003c27ff7723525a2ee335a2b393;p=pandora-kernel.git x86: clean up using max_low_pfn on 32-bit so that max_low_pfn is not changed after it is set. so we can move that early and out of initmem_init. could call find_low_pfn_range just after max_pfn is set. also could move reserve_initrd out of setup_bootmem_allocator so 32bit is more like 64bit. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed