Просмотр исходного кода

[MIPS] MT: Propagate config7 into VPE.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 лет назад
Родитель
Сommit
74a96d943a
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      arch/mips/kernel/smp_mt.c

+ 3 - 0
arch/mips/kernel/smp_mt.c

@@ -195,6 +195,9 @@ void prom_prepare_cpus(unsigned int max_cpus)
 
 				/* set config to be the same as vpe0, particularly kseg0 coherency alg */
 				write_vpe_c0_config( read_c0_config());
+
+				/* Propagate Config7 */
+				write_vpe_c0_config7(read_c0_config7());
 			}
 
 		}