Commit 64c590b7 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] SMTC: Synchronize cp0 counters on bootup.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent cb56837e
......@@ -476,6 +476,7 @@ void mipsmt_prepare_cpus(void)
write_vpe_c0_compare(0);
/* Propagate Config7 */
write_vpe_c0_config7(read_c0_config7());
write_vpe_c0_count(read_c0_count());
}
/* enable multi-threading within VPE */
write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() | VPECONTROL_TE);
......
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