diff options
Diffstat (limited to 'arch/i386/pci/pci.h')
-rw-r--r-- | arch/i386/pci/pci.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/i386/pci/pci.h b/arch/i386/pci/pci.h index 0270c80d99cc..2ce3d44b09d4 100644 --- a/arch/i386/pci/pci.h +++ b/arch/i386/pci/pci.h | |||
@@ -96,7 +96,9 @@ extern void pcibios_sort(void); | |||
96 | 96 | ||
97 | /* pci-mmconfig.c */ | 97 | /* pci-mmconfig.c */ |
98 | 98 | ||
99 | /* Verify the first 16 busses. We assume that systems with more busses | ||
100 | get MCFG right. */ | ||
99 | #define PCI_MMCFG_MAX_CHECK_BUS 16 | 101 | #define PCI_MMCFG_MAX_CHECK_BUS 16 |
100 | extern DECLARE_BITMAP(pci_mmcfg_fallback_slots, 32*PCI_MMCFG_MAX_CHECK_BUS); | 102 | extern DECLARE_BITMAP(pci_mmcfg_fallback_slots, 32*PCI_MMCFG_MAX_CHECK_BUS); |
101 | 103 | ||
102 | extern int pci_mmcfg_arch_init(void); | 104 | extern int __init pci_mmcfg_arch_init(void); |