Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78037
b: refs/heads/master
c: c7c6b39
h: refs/heads/master
i:
  78035: 7caabe2
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jan 29, 2008
1 parent af926a5 commit 9ad33f0
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: 930bff882296c02ca81db108672ef4ca06c37db5
refs/heads/master: c7c6b39050aed4af913c17970ebfb592bae757fc
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/dma-default.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
BUG_ON(direction == DMA_NONE);

if (!plat_device_is_coherent(dev))
dma_cache_wback_inv((unsigned long)vaddr, size);
__dma_sync((unsigned long)vaddr, size, direction);
}

EXPORT_SYMBOL(dma_cache_sync);

0 comments on commit 9ad33f0

Please sign in to comment.