Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27678
b: refs/heads/master
c: 3a11545
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 419beee commit d2df9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c340cc504c91cf81561ecca10ec13396ae24dcc0
refs/heads/master: 3a11545615dedd8dd52ff110ddf6e970bfac963a
3 changes: 1 addition & 2 deletions trunk/arch/mips/pci/pci-ip27.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ int __init bridge_probe(nasid_t nasid, int widget_id, int masterwid)
bc->widget_id = widget_id;
bc->nasid = nasid;

bc->baddr = (u64)masterwid << 60;
bc->baddr |= (1UL << 56); /* Barrier set */
bc->baddr = (u64)masterwid << 60 | PCI64_ATTR_BAR;

/*
* point to this bridge
Expand Down

0 comments on commit d2df9c8

Please sign in to comment.