Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274177
b: refs/heads/master
c: 781fb7a
h: refs/heads/master
i:
  274175: 2216270
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Sep 20, 2011
1 parent 8cd893a commit 62c37d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb82b83970a32263698e54a8779d2ce88cd3b060
refs/heads/master: 781fb7a3e4cdca28236ae23e2c77070ed3ae531f
11 changes: 11 additions & 0 deletions trunk/arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,17 @@ void __devinit pcibios_scan_phb(struct pci_controller *hose)

if (mode == PCI_PROBE_NORMAL)
hose->last_busno = bus->subordinate = pci_scan_child_bus(bus);

/* Configure PCI Express settings */
if (bus) {
struct pci_bus *child;
list_for_each_entry(child, &bus->children, node) {
struct pci_dev *self = child->self;
if (!self)
continue;
pcie_bus_configure_settings(child, self->pcie_mpss);
}
}
}

static void fixup_hide_host_resource_fsl(struct pci_dev *dev)
Expand Down

0 comments on commit 62c37d9

Please sign in to comment.