diff options
author | Andi Kleen <andi@firstfloor.org> | 2010-03-29 09:41:11 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-04-01 13:31:07 -0700 |
commit | 909fc87b32b3b9e3f0b87dcc5d98319c41900c58 (patch) | |
tree | 8e0ecaf51d92dc50007ebcec02bcf1039fd8c493 /crypto | |
parent | 9f3a5f52aa63d3aa4c64a7245153549bb66bad8c (diff) | |
download | linux-3.10-909fc87b32b3b9e3f0b87dcc5d98319c41900c58.tar.gz linux-3.10-909fc87b32b3b9e3f0b87dcc5d98319c41900c58.tar.bz2 linux-3.10-909fc87b32b3b9e3f0b87dcc5d98319c41900c58.zip |
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 <trenn@suse.de>
Tested-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
LKML-Reference: <20100329074111.GA22821@basil.fritz.box>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: <stable@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions