x86: add X86_RESERVE_LOW_64K
authorIngo Molnar <mingo@elte.hu>
Tue, 16 Sep 2008 08:07:34 +0000 (10:07 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Sep 2008 10:16:07 +0000 (12:16 +0200)
commitfc38151947477596aa27df6c4306ad6008dc6711
tree7af88aec9e88b763e3e9fdb7914884788f74f6b7
parent1e22436eba84edfec9c25e5a25d09062c4f91ca9
x86: add X86_RESERVE_LOW_64K

This bugzilla:

  http://bugzilla.kernel.org/show_bug.cgi?id=11237

Documents a wide range of systems where the BIOS utilizes the first
64K of physical memory during suspend/resume and other hardware events.

Currently we reserve this memory on all AMI and Phoenix BIOS systems.
Life is too short to hunt subtle memory corruption problems like this,
so we try to be robust by default.

Still, allow this to be overriden: allow users who want that first 64K
of memory to be available to the kernel disable the quirk, via
CONFIG_X86_RESERVE_LOW_64K=n.

Also, allow the early reservation to overlap with other
early reservations.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/kernel/setup.c