Skip to content

Commit

Permalink
[MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard()
Browse files Browse the repository at this point in the history
NEC VR4111 and VR4121 need one more nop with mtc0_tlbw_hazard().

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 24, 2007
1 parent ec43c01 commit 3f31837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ASMMACRO(back_to_back_c0_hazard,
* processors.
*/
ASMMACRO(mtc0_tlbw_hazard,
nop
nop; nop
)
ASMMACRO(tlbw_use_hazard,
nop; nop; nop
Expand Down

0 comments on commit 3f31837

Please sign in to comment.