Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13736
b: refs/heads/master
c: 0f34f49
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Nov 10, 2005
1 parent 6102d2b commit 02f9672
Show file tree
Hide file tree
Showing 5 changed files with 4 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: 47c2ac8cc3cf7c484e131d10cb812b6ab198885a
refs/heads/master: 0f34f490290e05ee6c02e20b3811fce6f09318f4
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/platforms/maple/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ void __init maple_pcibios_fixup(void)
for_each_pci_dev(dev)
pci_read_irq_line(dev);

/* Do the mapping of the IO space */
phbs_remap_io();

DBG(" <- maple_pcibios_fixup\n");
}

Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/platforms/powermac/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,6 @@ void __init pmac_pci_init(void)
PCI_DN(np)->busno = 0xf0;
}

/* map in PCI I/O space */
phbs_remap_io();

/* pmac_check_ht_link(); */

/* Tell pci.c to not use the common resource allocation mechanism */
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/platforms/pseries/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ static void __init pSeries_request_regions(void)

void __init pSeries_final_fixup(void)
{
phbs_remap_io();
pSeries_request_regions();

pci_addr_cache_build();
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/ppc64/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ static int __init pcibios_init(void)
if (ppc64_isabridge_dev != NULL)
printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev));

/* map in PCI I/O space */
phbs_remap_io();

printk("PCI: Probing PCI hardware done\n");

return 0;
Expand Down

0 comments on commit 02f9672

Please sign in to comment.