Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260379
b: refs/heads/master
c: d0023c4
h: refs/heads/master
i:
  260377: 0328758
  260375: dac898f
v: v3
  • Loading branch information
Kevin Cernekee authored and Ralf Baechle committed Jul 25, 2011
1 parent 2ef1077 commit 962a5fd
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b6da0ffb09ad4468e6749488909f04f1efac5de3
refs/heads/master: d0023c4a0af1ff16fe183257682025bfcc068e85
4 changes: 4 additions & 0 deletions trunk/arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ static void r4k_dma_cache_wback_inv(unsigned long addr, unsigned long size)
r4k_blast_scache();
else
blast_scache_range(addr, addr + size);
__sync();
return;
}

Expand All @@ -620,6 +621,7 @@ static void r4k_dma_cache_wback_inv(unsigned long addr, unsigned long size)
}

bc_wback_inv(addr, size);
__sync();
}

static void r4k_dma_cache_inv(unsigned long addr, unsigned long size)
Expand Down Expand Up @@ -647,6 +649,7 @@ static void r4k_dma_cache_inv(unsigned long addr, unsigned long size)
(addr + size - 1) & almask);
blast_inv_scache_range(addr, addr + size);
}
__sync();
return;
}

Expand All @@ -663,6 +666,7 @@ static void r4k_dma_cache_inv(unsigned long addr, unsigned long size)
}

bc_inv(addr, size);
__sync();
}
#endif /* CONFIG_DMA_NONCOHERENT */

Expand Down

0 comments on commit 962a5fd

Please sign in to comment.