From: Len Brown Date: Fri, 12 Jun 2009 03:53:55 +0000 (-0400) Subject: ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file X-Git-Tag: v2.6.31-rc1~12^2~9^12~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5;p=pandora-kernel.git ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file Move arch/x86/kernel/acpi/boot.c: acpi_parse_mcfg() to arch/x86/pci/mmconfig-shared.c: pci_parse_mcfg() where it is used, and make it static. Move associated globals and helper routine with it. No functional change. This code move is in preparation for SFI support, which will allow the PCI code to find the MCFG table on systems which do not support ACPI. Signed-off-by: Len Brown Acked-by: Jesse Barnes --- Reading git-diff-tree failed