From: Bjorn Helgaas Date: Fri, 23 Oct 2009 21:20:33 +0000 (-0600) Subject: x86/PCI: allow MMCONFIG above 4GB X-Git-Tag: v2.6.33-rc1~321^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a08f7d3506019e3833cd4394ca0d7da0ae3689f;p=pandora-kernel.git x86/PCI: allow MMCONFIG above 4GB The current whitelist requires a kernel change for every machine that has MMCONFIG regions above 4GB, even if BIOS provides a correct MCFG table. This patch expands the whitelist to include machines with a rev 1 or newer MCFG table and a DMI_BIOS_DATE of 2010 or later. That way, we only need kernel changes for new machines that provide incorrect MCFG tables. Signed-off-by: Bjorn Helgaas CC: Matthew Wilcox CC: John Keller CC: Yinghai Lu CC: Kenji Kaneshige CC: Andi Kleen Acked-by: Ingo Molnar Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed