From: Yinghai Lu Date: Tue, 24 Jun 2008 21:57:29 +0000 (-0700) Subject: x86: add table_top check for alloc_low_page in 64 bit X-Git-Tag: v2.6.27-rc1~1106^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86623a0d55a14e7295e8ca1bd258e0c7f8dcb31;p=pandora-kernel.git x86: add table_top check for alloc_low_page in 64 bit that range is from find_e820_area, so don't try to use end_pfn to see if out of boundary...use table_top instead to avoid possible strange result while cross the boundary... also change early_printk to printk, because init_memory_mapping is after early param parsing, and console=uart8250 already working at that time. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed