Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129584
b: refs/heads/master
c: 565f376
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Kumar Gala committed Jan 7, 2009
1 parent de2749d commit 37b961d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a097a78c1e6e4030fcef3bcab6351b6001662335
refs/heads/master: 565f37642c78754a85efe6c20a4a15e18ed21f07
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/fsl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ static int __init setup_one_atmu(struct ccsr_pci __iomem *pci,
pr_debug("PCI MEM resource start 0x%016llx, size 0x%016llx.\n",
(u64)res->start, (u64)size);

if (res->flags & IORESOURCE_PREFETCH)
flags |= 0x10000000; /* enable relaxed ordering */

for (i = 0; size > 0; i++) {
unsigned int bits = min(__ilog2(size),
__ffs(pci_addr | phys_addr));
Expand Down

0 comments on commit 37b961d

Please sign in to comment.