[PATCH] Don't force reserve the 640k-1MB range
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
commitdbf9272e863bf4b17ee8e3c66c26682b2061d40d
tree203c32e86475748b362c97d7340bd4cfbd3376c5
parentf704cb935006580db0495e54d3c82631f6e2a984
[PATCH] Don't force reserve the 640k-1MB range

From i386 x86-64 inherited code to force reserve the 640k-1MB area.
That was needed on some old systems.

But we generally trust the e820 map to be correct on 64bit systems
and mark all areas that are not memory correctly.

This patch will allow to use the real memory in there.

Or rather the only way to find out if it's still needed is to
try. So far I'm optimistic.

Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/e820.c