Quellcode durchsuchen

[MIPS] SMTC: Synchronize cp0 counters on bootup.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle vor 18 Jahren
Ursprung
Commit
64c590b7a6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      arch/mips/kernel/smtc.c

+ 1 - 0
arch/mips/kernel/smtc.c

@@ -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);