Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81343
b: refs/heads/master
c: 9d5f492
h: refs/heads/master
i:
  81341: 24c672b
  81339: 16b4dae
  81335: 3f4de28
  81327: 97cbe60
  81311: c99cde5
  81279: 0d6feb9
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Jan 25, 2008
1 parent 6f93b5c commit 7430505
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 335675a3a2e6f3dc8f47111f73362aae8acc36bc
refs/heads/master: 9d5f49283b85d925f17fa07af5e4879465e179d6
11 changes: 4 additions & 7 deletions trunk/arch/powerpc/kernel/pci_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ void __devinit scan_phb(struct pci_controller *hose)
struct pci_bus *bus;
struct device_node *node = hose->dn;
int i, mode;
struct resource *res;

DBG("PCI: Scanning PHB %s\n", node ? node->full_name : "<NO NAME>");

Expand All @@ -375,12 +374,10 @@ void __devinit scan_phb(struct pci_controller *hose)
pcibios_map_io_space(bus);

/* Wire up PHB bus resources */
if (hose->io_resource.flags) {
DBG("PCI: PHB IO resource = %016lx-%016lx [%lx]\n",
hose->io_resource.start, hose->io_resource.end,
hose->io_resource.flags);
bus->resource[0] = res = &hose->io_resource;
}
DBG("PCI: PHB IO resource = %016lx-%016lx [%lx]\n",
hose->io_resource.start, hose->io_resource.end,
hose->io_resource.flags);
bus->resource[0] = &hose->io_resource;
for (i = 0; i < 3; ++i) {
DBG("PCI: PHB MEM resource %d = %016lx-%016lx [%lx]\n", i,
hose->mem_resources[i].start,
Expand Down

0 comments on commit 7430505

Please sign in to comment.