commit | 2216d199b1430d1c0affb1498a9ebdbd9c0de439 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Mon Sep 22 02:52:26 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 22 12:04:38 2008 +0200 |
tree | 48e953025fe789449a20fe06fd2090fb33d7cc20 | |
parent | 5871c6b0a52bb052c3891a787655043b90ae18e3 [diff] |
x86: fix CONFIG_X86_RESERVE_LOW_64K=y 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>