From: Alok Kataria Date: Fri, 8 Aug 2008 19:15:57 +0000 (-0700) Subject: x86: Fix broken VMI in 2.6.27-rc.. X-Git-Tag: v2.6.27-rc3~51^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31343d8a5079cda57ffd539fcf4f00cea344fe98;p=pandora-kernel.git x86: Fix broken VMI in 2.6.27-rc.. The lowmem mapping table created by VMI need not depend on max_low_pfn at all. Instead we now create an extra large mapping which covers all possible lowmem instead of the physical ram that is actually available. This allows the vmi initialization to be done before max_low_pfn could be computed. We also move the vmi_init code very early in the boot process so that nobody accidentally breaks the fixmap dependancy. Signed-off-by: Alok N Kataria Acked-by: Zachary Amsden Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed