diff options
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 0471f6ea1466..0ecdaea3915f 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c | |||
@@ -1085,6 +1085,9 @@ unsigned int __devinit pci_scan_child_bus(struct pci_bus *bus) | |||
1085 | for (devfn = 0; devfn < 0x100; devfn += 8) | 1085 | for (devfn = 0; devfn < 0x100; devfn += 8) |
1086 | pci_scan_slot(bus, devfn); | 1086 | pci_scan_slot(bus, devfn); |
1087 | 1087 | ||
1088 | /* Reserve buses for SR-IOV capability. */ | ||
1089 | max += pci_iov_bus_range(bus); | ||
1090 | |||
1088 | /* | 1091 | /* |
1089 | * After performing arch-dependent fixup of the bus, look behind | 1092 | * After performing arch-dependent fixup of the bus, look behind |
1090 | * all PCI-to-PCI bridges on this bus. | 1093 | * all PCI-to-PCI bridges on this bus. |