Commit 3f318370 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

[MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard()

NEC VR4111 and VR4121 need one more nop with mtc0_tlbw_hazard().
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ec43c014
...@@ -157,7 +157,7 @@ ASMMACRO(back_to_back_c0_hazard, ...@@ -157,7 +157,7 @@ ASMMACRO(back_to_back_c0_hazard,
* processors. * processors.
*/ */
ASMMACRO(mtc0_tlbw_hazard, ASMMACRO(mtc0_tlbw_hazard,
nop nop; nop
) )
ASMMACRO(tlbw_use_hazard, ASMMACRO(tlbw_use_hazard,
nop; nop; nop nop; nop; nop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment