Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21506
b: refs/heads/master
c: d82965c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Mar 20, 2006
1 parent b5e87d4 commit 12918a0
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: abf3b7bd89c11492b145e338913c0b511084cff7
refs/heads/master: d82965c16781a7c5b8508c3784ba10bbeef34ff4
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/pci_sun4v.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static long pci_iommu_batch_flush(struct pci_iommu_batch *p)
u64 *pglist = p->pglist;
unsigned long npages = p->npages;

do {
while (npages != 0) {
long num;

num = pci_sun4v_iommu_map(devhandle, HV_PCI_TSBID(0, entry),
Expand All @@ -75,7 +75,7 @@ static long pci_iommu_batch_flush(struct pci_iommu_batch *p)
entry += num;
npages -= num;
pglist += num;
} while (npages != 0);
}

p->entry = entry;
p->npages = 0;
Expand Down

0 comments on commit 12918a0

Please sign in to comment.