Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180071
b: refs/heads/master
c: d234b3c
h: refs/heads/master
i:
  180069: e4ef036
  180067: 8d56c9d
  180063: 831e728
v: v3
  • Loading branch information
Stef van Os authored and Benjamin Herrenschmidt committed Jan 29, 2010
1 parent 23b7d0e commit 681c2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 94afc008e1e6fbadfac0b75fcf193b6d7074b2f1
refs/heads/master: d234b3c36ff600b2a51cff74c9263cba5b2c24ee
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/sysdev/ppc4xx_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ static void __init ppc4xx_probe_pcix_bridge(struct device_node *np)
hose->last_busno = bus_range ? bus_range[1] : 0xff;

/* Setup config space */
setup_indirect_pci(hose, rsrc_cfg.start, rsrc_cfg.start + 0x4, 0);
setup_indirect_pci(hose, rsrc_cfg.start, rsrc_cfg.start + 0x4,
PPC_INDIRECT_TYPE_SET_CFG_TYPE);

/* Disable all windows */
writel(0, reg + PCIX0_POM0SA);
Expand Down

0 comments on commit 681c2e7

Please sign in to comment.