diff options
Diffstat (limited to 'arch/mips/kernel/smtc.c')
| -rw-r--r-- | arch/mips/kernel/smtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index cc1f7474f7d7..3b78caf112f5 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c | |||
| @@ -476,6 +476,7 @@ void mipsmt_prepare_cpus(void) | |||
| 476 | write_vpe_c0_compare(0); | 476 | write_vpe_c0_compare(0); |
| 477 | /* Propagate Config7 */ | 477 | /* Propagate Config7 */ |
| 478 | write_vpe_c0_config7(read_c0_config7()); | 478 | write_vpe_c0_config7(read_c0_config7()); |
| 479 | write_vpe_c0_count(read_c0_count()); | ||
| 479 | } | 480 | } |
| 480 | /* enable multi-threading within VPE */ | 481 | /* enable multi-threading within VPE */ |
| 481 | write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() | VPECONTROL_TE); | 482 | write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() | VPECONTROL_TE); |
