Skip to content

Commit

Permalink
[MIPS] pg-r4k.c: Fix a typo in an R4600 v2 erratum workaround
Browse files Browse the repository at this point in the history
Restore a load from KSEG1 done as a workaround for an R4600 v2
erratum, dropped with 211be16de99a7424e66c0b6c0d00e2c970508ac2.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 3, 2007
1 parent f778089 commit f6a9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(0x3c01a000); /* lui $at, 0xa000 */
build_insn_word(0x8c200000); /* lw $zero, ($at) */

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

0 comments on commit f6a9e6d

Please sign in to comment.