Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60622
b: refs/heads/master
c: 6d8ff10
h: refs/heads/master
v: v3
  • Loading branch information
York Sun authored and Kumar Gala committed Jun 29, 2007
1 parent dddbd4a commit c94a467
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3ac4f0e1dd81e107a1c3462a5c20e318fdafdb82
refs/heads/master: 6d8ff10c3ab1e3d4a40788442f1369e868103e43
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ void __init pcibios_fixup_bus(struct pci_bus *bus)
for (i = 0; i < 4; ++i) {
if ((res = bus->resource[i]) == NULL)
continue;
if (!res->flags)
if (!res->flags || bus->self->transparent)
continue;
if (io_offset && (res->flags & IORESOURCE_IO)) {
res->start += io_offset;
Expand Down

0 comments on commit c94a467

Please sign in to comment.