Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149683
b: refs/heads/master
c: 41febbc
h: refs/heads/master
i:
  149681: 5b85661
  149679: e11c184
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Jun 9, 2009
1 parent 82c73b0 commit c68b605
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 944916858a430a0627e483657d4cfa2cd2dfb4f7
refs/heads/master: 41febbc829cd3ed9af8a7dc37bc805ec027a0727
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static void pci_dma_bus_setup_pSeries(struct pci_bus *bus)

while (pci->phb->dma_window_size * children > 0x80000000ul)
pci->phb->dma_window_size >>= 1;
pr_debug("No ISA/IDE, window size is 0x%lx\n",
pr_debug("No ISA/IDE, window size is 0x%llx\n",
pci->phb->dma_window_size);
pci->phb->dma_window_base_cur = 0;

Expand All @@ -414,7 +414,7 @@ static void pci_dma_bus_setup_pSeries(struct pci_bus *bus)
while (pci->phb->dma_window_size * children > 0x70000000ul)
pci->phb->dma_window_size >>= 1;

pr_debug("ISA/IDE, window size is 0x%lx\n", pci->phb->dma_window_size);
pr_debug("ISA/IDE, window size is 0x%llx\n", pci->phb->dma_window_size);
}


Expand Down

0 comments on commit c68b605

Please sign in to comment.