Skip to content
Snippets Groups Projects
Commit fdc9bb16 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent fbb6b3a4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment