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.28-rc1~699^2^6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2216d199b1430d1c0affb1498a9ebdbd9c0de439;p=pandora-kernel.git 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 --- Reading git-diff-tree failed