From: Jan Beulich Date: Fri, 12 Sep 2008 14:43:04 +0000 (+0100) Subject: x86-64: fix combining of regions in init_memory_mapping() X-Git-Tag: v2.6.28-rc1~611^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e72d9e4850c91b6a0f06fa803f7393b55a38aa8;p=pandora-kernel.git x86-64: fix combining of regions in init_memory_mapping() When nr_range gets decremented, the same slot must be considered for coalescing with its new successor again. The issue is apparently pretty benign to native code, but surfaces as a boot time crash in our forward ported Xen tree (where the page table setup overall works differently than in native). Signed-off-by: Jan Beulich Acked-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed