Home
last modified time | relevance | path

Searched hist:c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.hdiff c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5 Thu Jun 11 22:53:55 CDT 2009 Len Brown <len.brown@intel.com> 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>
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.cdiff c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5 Thu Jun 11 22:53:55 CDT 2009 Len Brown <len.brown@intel.com> 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>
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.cdiff c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5 Thu Jun 11 22:53:55 CDT 2009 Len Brown <len.brown@intel.com> 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>
/openbmc/linux/include/linux/
H A Dacpi.hdiff c4bf2f372db09ef8d16a25a60d523bfa1c50f7b5 Thu Jun 11 22:53:55 CDT 2009 Len Brown <len.brown@intel.com> 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>