From: Andi Kleen Date: Mon, 29 Mar 2010 07:41:11 +0000 (+0200) Subject: x86: Handle overlapping mptables X-Git-Tag: v2.6.34-rc4~27^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909fc87b32b3b9e3f0b87dcc5d98319c41900c58;p=pandora-kernel.git x86: Handle overlapping mptables We found a system where the MP table MPC and MPF structures overlap. That doesn't really matter because the mptable is not used anyways with ACPI, but it leads to a panic in the early allocator due to the overlapping reservations in 2.6.33. Earlier kernels handled this without problems. Simply change these reservations to reserve_early_overlap_ok to avoid the panic. Reported-by: Thomas Renninger Tested-by: Thomas Renninger Signed-off-by: Andi Kleen LKML-Reference: <20100329074111.GA22821@basil.fritz.box> Signed-off-by: H. Peter Anvin Cc: --- Reading git-diff-tree failed