From: Bjorn Helgaas Date: Sat, 14 Nov 2009 00:34:13 +0000 (-0700) Subject: x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one X-Git-Tag: v2.6.33-rc1~321^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d215a9c8b46e55a1d3bc1cd907c943ef95938a0e;p=pandora-kernel.git x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one This adds a struct pci_mmcfg_region with a little more information than the struct acpi_mcfg_allocation used previously. The acpi_mcfg structure is defined by the spec, so we can't change it. To begin with, struct pci_mmcfg_region is basically the same as the ACPI MCFG version, but future patches will add more information. Reviewed-by: Yinghai Lu Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed