Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 919
b: refs/heads/master
c: 3ea8b47
h: refs/heads/master
i:
  917: a3996a7
  915: 07e867c
  911: fc9da48
v: v3
  • Loading branch information
Mark Maule authored and Tony Luck committed May 3, 2005
1 parent 241c51e commit 6c7dfa0
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: 32709d8ae67356559839a9a9e4b26f79134e45a6
refs/heads/master: 3ea8b477b4b9d3e75b5e9b8aea41259f45031823
2 changes: 1 addition & 1 deletion trunk/arch/ia64/sn/pci/tioca_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ tioca_dma_mapped(struct pci_dev *pdev, uint64_t paddr, size_t req_size)
ca_dmamap->cad_dma_addr = bus_addr;
ca_dmamap->cad_gart_size = entries;
ca_dmamap->cad_gart_entry = entry;
list_add(&ca_dmamap->cad_list, &tioca_kern->ca_list);
list_add(&ca_dmamap->cad_list, &tioca_kern->ca_dmamaps);

if (xio_addr % ps) {
tioca_kern->ca_pcigart[entry] = tioca_paddr_to_gart(xio_addr);
Expand Down

0 comments on commit 6c7dfa0

Please sign in to comment.