aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/acpi/boot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index c102af85df9c..0c2742f8c4da 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -97,7 +97,6 @@ static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
97#warning ACPI uses CMPXCHG, i486 and later hardware 97#warning ACPI uses CMPXCHG, i486 and later hardware
98#endif 98#endif
99 99
100static int acpi_mcfg_64bit_base_addr __initdata = FALSE;
101 100
102/* -------------------------------------------------------------------------- 101/* --------------------------------------------------------------------------
103 Boot-time Configuration 102 Boot-time Configuration
@@ -156,6 +155,9 @@ char *__init __acpi_map_table(unsigned long phys, unsigned long size)
156} 155}
157 156
158#ifdef CONFIG_PCI_MMCONFIG 157#ifdef CONFIG_PCI_MMCONFIG
158
159static int acpi_mcfg_64bit_base_addr __initdata = FALSE;
160
159/* The physical address of the MMCONFIG aperture. Set from ACPI tables. */ 161/* The physical address of the MMCONFIG aperture. Set from ACPI tables. */
160struct acpi_mcfg_allocation *pci_mmcfg_config; 162struct acpi_mcfg_allocation *pci_mmcfg_config;
161int pci_mmcfg_config_num; 163int pci_mmcfg_config_num;