Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316690
b: refs/heads/master
c: d2661c6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jul 17, 2012
1 parent aa7da85 commit d2cc773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3ff6432dde9c0800754f1f144f6e864ac228214
refs/heads/master: d2661c621525956dfdd1e66e1e4fd94b7e4b6ed5
1 change: 1 addition & 0 deletions trunk/arch/m68k/kernel/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void dma_sync_single_for_device(struct device *dev, dma_addr_t handle,
size_t size, enum dma_data_direction dir)
{
switch (dir) {
case DMA_BIDIRECTIONAL:
case DMA_TO_DEVICE:
cache_push(handle, size);
break;
Expand Down

0 comments on commit d2cc773

Please sign in to comment.