Commit c80697b3 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] SMTC: Fix cp0 hazard.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a8b34852
...@@ -261,6 +261,7 @@ void smtc_configure_tlb(void) ...@@ -261,6 +261,7 @@ void smtc_configure_tlb(void)
} }
} }
write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB); write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB);
ehb();
/* /*
* Setup kernel data structures to use software total, * Setup kernel data structures to use software total,
......
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