x86: fix CONFIG_X86_RESERVE_LOW_64K=y
authorYinghai Lu <yhlu.kernel@gmail.com>
Mon, 22 Sep 2008 09:52:26 +0000 (02:52 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 22 Sep 2008 10:04:38 +0000 (12:04 +0200)
The bad_bios_dmi_table() quirk never triggered because we do DMI setup
too late. Move it a bit earlier.

Also change the CONFIG_X86_RESERVE_LOW_64K quirk to operate on the e820
table directly instead of messing with early reservations - this handles
overlaps (which do occur in this low range of RAM) more gracefully.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found