Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46823
b: refs/heads/master
c: 59eaef9
h: refs/heads/master
i:
  46821: 759944c
  46819: 633df2b
  46815: cd38564
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Feb 7, 2007
1 parent eee7d55 commit 93446ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 29f1530f1958dc74f021186c9f31ed66a0c7b8ad
refs/heads/master: 59eaef9daef35129a982c9d2b464aacb13349cdf
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/platforms/maple/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,14 +425,6 @@ static void __init setup_u4_pcie(struct pci_controller* hose)
hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000);
hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000);

/* The bus contains a bridge from root -> device, we need to
* make it visible on bus 0 so that we pick the right type
* of config cycles. If we didn't, we would have to force all
* config cycles to be type 1. So we override the "bus-range"
* property here
*/
hose->first_busno = 0x00;
hose->last_busno = 0xff;
u4_pcie = hose;
}

Expand Down

0 comments on commit 93446ab

Please sign in to comment.