|
@@ -97,7 +97,6 @@ static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
|
|
#warning ACPI uses CMPXCHG, i486 and later hardware
|
|
#warning ACPI uses CMPXCHG, i486 and later hardware
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static int acpi_mcfg_64bit_base_addr __initdata = FALSE;
|
|
|
|
|
|
|
|
/* --------------------------------------------------------------------------
|
|
/* --------------------------------------------------------------------------
|
|
Boot-time Configuration
|
|
Boot-time Configuration
|
|
@@ -156,6 +155,9 @@ char *__init __acpi_map_table(unsigned long phys, unsigned long size)
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_PCI_MMCONFIG
|
|
#ifdef CONFIG_PCI_MMCONFIG
|
|
|
|
+
|
|
|
|
+static int acpi_mcfg_64bit_base_addr __initdata = FALSE;
|
|
|
|
+
|
|
/* The physical address of the MMCONFIG aperture. Set from ACPI tables. */
|
|
/* The physical address of the MMCONFIG aperture. Set from ACPI tables. */
|
|
struct acpi_mcfg_allocation *pci_mmcfg_config;
|
|
struct acpi_mcfg_allocation *pci_mmcfg_config;
|
|
int pci_mmcfg_config_num;
|
|
int pci_mmcfg_config_num;
|