From: Hugh Dickins Date: Wed, 25 Aug 2010 05:44:12 +0000 (-0700) Subject: x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampoline X-Git-Tag: v2.6.36-rc4~71^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d460897739e02f186425b7276e3fdb1595cea7;p=pandora-kernel.git x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampoline rc2 kernel crashes when booting second cpu on this CONFIG_VMSPLIT_2G_OPT laptop: whereas cloning from kernel to low mappings pgd range does need to limit by both KERNEL_PGD_PTRS and KERNEL_PGD_BOUNDARY, cloning kernel pgd range itself must not be limited by the smaller KERNEL_PGD_BOUNDARY. Signed-off-by: Hugh Dickins LKML-Reference: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed