Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218617
b: refs/heads/master
c: f49d2eb
h: refs/heads/master
i:
  218615: f9c9dd1
v: v3
  • Loading branch information
FUJITA Tomonori authored and Linus Torvalds committed Oct 28, 2010
1 parent cb12211 commit 2ba7b68
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: c1c7438dbbd03442ff86066843485db7fadd67bd
refs/heads/master: f49d2eb314f3f83270bef6aea2abb7a26d4218ee
4 changes: 2 additions & 2 deletions trunk/arch/alpha/kernel/pci_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ iommu_arena_free(struct pci_iommu_arena *arena, long ofs, long n)
*/
static int pci_dac_dma_supported(struct pci_dev *dev, u64 mask)
{
dma64_addr_t dac_offset = alpha_mv.pci_dac_offset;
dma_addr_t dac_offset = alpha_mv.pci_dac_offset;
int ok = 1;

/* If this is not set, the machine doesn't support DAC at all. */
Expand Down Expand Up @@ -756,7 +756,7 @@ static void alpha_pci_unmap_sg(struct device *dev, struct scatterlist *sg,
spin_lock_irqsave(&arena->lock, flags);

for (end = sg + nents; sg < end; ++sg) {
dma64_addr_t addr;
dma_addr_t addr;
size_t size;
long npages, ofs;
dma_addr_t tend;
Expand Down

0 comments on commit 2ba7b68

Please sign in to comment.