Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74a96d94 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] MT: Propagate config7 into VPE.

parent fdc9bb16
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -195,6 +195,9 @@ void prom_prepare_cpus(unsigned int max_cpus)


				/* set config to be the same as vpe0, particularly kseg0 coherency alg */
				/* set config to be the same as vpe0, particularly kseg0 coherency alg */
				write_vpe_c0_config( read_c0_config());
				write_vpe_c0_config( read_c0_config());

				/* Propagate Config7 */
				write_vpe_c0_config7(read_c0_config7());
			}
			}


		}
		}