Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376289
b: refs/heads/master
c: f538881
h: refs/heads/master
i:
  376287: bcdd7f9
v: v3
  • Loading branch information
Vineet Gupta committed May 23, 2013
1 parent 7f1b5f5 commit 23600cc
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: 7d19273cd0408f8520539d5d6b1f695cd311b109
refs/heads/master: f538881cc672c1b049aa0a34a792d0953fcecba5
2 changes: 1 addition & 1 deletion trunk/arch/arc/mm/cache_arc700.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ void __sync_icache_dcache(unsigned long paddr, unsigned long vaddr, int len)

local_irq_save(flags);
__ic_line_inv_vaddr(paddr, vaddr, len);
__dc_line_op(paddr, vaddr, len, OP_FLUSH);
__dc_line_op(paddr, vaddr, len, OP_FLUSH_N_INV);
local_irq_restore(flags);
}

Expand Down

0 comments on commit 23600cc

Please sign in to comment.