Skip to content

Commit

Permalink
Handle mtc0 - tlb write hazard for VR5432.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 23bbbaf commit 7623deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l,

case CPU_VR4131:
case CPU_VR4133:
case CPU_R5432:
i_nop(p);
i_nop(p);
tlbw(p);
Expand Down

0 comments on commit 7623deb

Please sign in to comment.