]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] MT: Fix c0 back-to-back hazard.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 10 Feb 2006 14:25:16 +0000 (14:25 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 14 Feb 2006 19:13:25 +0000 (19:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp_mt.c

index 186f5deced40b9a18fe81f818e697b31f2e393c8..184fd464686fdc9c68a902cb511069836ca12164 100644 (file)
@@ -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);