Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68227
b: refs/heads/master
c: b05d186
h: refs/heads/master
i:
  68225: 7ce5e78
  68223: 63a3c4b
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 1ecd235 commit 019bea3
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: 2d009328db0951d5eec77a5fe0df3c3e64b35851
refs/heads/master: b05d1865b46ea72c66ba082598ba370582bb590e
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/cpu/sh4/sq.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ do { \
*/
void sq_flush_range(unsigned long start, unsigned int len)
{
volatile unsigned long *sq = (unsigned long *)start;
unsigned long *sq = (unsigned long *)start;

/* Flush the queues */
for (len >>= 5; len--; sq += 8)
prefetchw((void *)sq);
prefetchw(sq);

/* Wait for completion */
store_queue_barrier();
Expand Down

0 comments on commit 019bea3

Please sign in to comment.