Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11213
b: refs/heads/master
c: 10a3dab
h: refs/heads/master
i:
  11211: 59a5b0f
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent cbed241 commit d19b666
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 02fe2c9ce3159f62339f30dfe62aeb6e4aa75d6e
refs/heads/master: 10a3dabddd79473130c6ded7f7cef1d55fccc115
1 change: 1 addition & 0 deletions trunk/arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ static inline void local_r4k_flush_icache_range(void *args)
if (end - start > dcache_size) {
r4k_blast_dcache();
} else {
R4600_HIT_CACHEOP_WAR_IMPL;
addr = start & ~(dc_lsize - 1);
aend = (end - 1) & ~(dc_lsize - 1);

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/pg-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static inline void build_cdex_p(void)
}

if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x())
build_insn_word(0x8c200000); /* lw $zero, ($at) */
build_insn_word(0x3c01a000); /* lui $at, 0xa000 */

mi.c_format.opcode = cache_op;
mi.c_format.rs = 4; /* $a0 */
Expand Down

0 comments on commit d19b666

Please sign in to comment.