diff options
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | 2007-02-13 07:26:20 -0500 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-02-13 07:26:20 -0500 |
commit | 429d512e532ec9c969aa6f66ddbc542f3a5fe4da (patch) | |
tree | 0c3eb4dece9fa05fed66bbcfe906b0221cbbe4be /arch/i386/pci/pci.h | |
parent | a4ec1b2c9fe9492c9ab30261b411d836527fe0b6 (diff) |
[PATCH] mmconfig: minor cleanup in mmconfig code
This just cleans up.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andi Kleen <ak@suse.de>
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); |