]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 13 Nov 2008 17:55:55 +0000 (09:55 -0800)
commit5c371b31be32033b0a4a993431484da8a2305369
tree69028cb763e36c9c57f318c9d601104562857772
parent093327cb21660a2f0c028c9c8550b2808600281f
x86: fix CONFIG_X86_RESERVE_LOW_64K=y

commit 2216d199b1430d1c0affb1498a9ebdbd9c0de439 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/setup.c