Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190673
b: refs/heads/master
c: 385e1ef
h: refs/heads/master
i:
  190671: 969309b
v: v3
  • Loading branch information
Michal Simek committed May 6, 2010
1 parent 2cf1f00 commit 8cd8c04
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: 598acab44dcbda0e300d9d080e81566334138e7d
refs/heads/master: 385e1efafc73a5deeb20645ae8b227b4896852e2
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/mm/consistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void consistent_sync(void *vaddr, size_t size, int direction)
case PCI_DMA_NONE:
BUG();
case PCI_DMA_FROMDEVICE: /* invalidate only */
flush_dcache_range(start, end);
invalidate_dcache_range(start, end);
break;
case PCI_DMA_TODEVICE: /* writeback only */
flush_dcache_range(start, end);
Expand Down

0 comments on commit 8cd8c04

Please sign in to comment.