Skip to content

Commit

Permalink
[MIPS] MT: Fix c0 back-to-back hazard.
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 Feb 14, 2006
1 parent fbb6b3a commit fdc9bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/kernel/smp_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ void __init sanitize_tlb_entries(void)

set_c0_mvpcontrol(MVPCONTROL_VPC);

back_to_back_c0_hazard();

/* Disable TLB sharing */
clear_c0_mvpcontrol(MVPCONTROL_STLB);

Expand Down

0 comments on commit fdc9bb1

Please sign in to comment.