forked from Minki/linux
[MIPS] Fix typo of "CONFIG_MT_SMP".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1ca5cb5ddd
commit
9616d54fff
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user