ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file
authorLen Brown <len.brown@intel.com>
Fri, 12 Jun 2009 03:53:55 +0000 (23:53 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 13 Jun 2009 00:50:38 +0000 (20:50 -0400)
commitc4bf2f372db09ef8d16a25a60d523bfa1c50f7b5
tree0323bf3d79875ae2bd0a59657595e9f532a640e1
parent24c5c4c2f506bf87ef2343669fb892c944c3fdde
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 <len.brown@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/include/asm/pci_x86.h
arch/x86/kernel/acpi/boot.c
arch/x86/pci/mmconfig-shared.c
include/linux/acpi.h