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

Commit 9616d54f authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Ralf Baechle
Browse files

[MIPS] Fix typo of "CONFIG_MT_SMP".

parent 1ca5cb5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ void __init plat_mem_setup(void)
	board_time_init = sim_time_init;
	board_time_init = sim_time_init;
	prom_printf("Linux started...\n");
	prom_printf("Linux started...\n");


#ifdef CONFIG_MT_SMP
#ifdef CONFIG_MIPS_MT_SMP
	sanitize_tlb_entries();
	sanitize_tlb_entries();
#endif
#endif
}
}