From: Yinghai Lu Date: Mon, 22 Sep 2008 09:52:26 +0000 (-0700) Subject: x86: fix CONFIG_X86_RESERVE_LOW_64K=y X-Git-Tag: v2.6.27.6~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c371b31be32033b0a4a993431484da8a2305369;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed