Browse Source

[MIPS] MT: Fix c0 back-to-back hazard.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 years ago
parent
commit
fdc9bb16d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/kernel/smp_mt.c

+ 2 - 0
arch/mips/kernel/smp_mt.c

@@ -68,6 +68,8 @@ void __init sanitize_tlb_entries(void)
 
 
 	set_c0_mvpcontrol(MVPCONTROL_VPC);
 	set_c0_mvpcontrol(MVPCONTROL_VPC);
 
 
+	back_to_back_c0_hazard();
+
 	/* Disable TLB sharing */
 	/* Disable TLB sharing */
 	clear_c0_mvpcontrol(MVPCONTROL_STLB);
 	clear_c0_mvpcontrol(MVPCONTROL_STLB);