Commit fdc9bb16 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent fbb6b3a4
...@@ -68,6 +68,8 @@ void __init sanitize_tlb_entries(void) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment