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

[MIPS] Fix typo of "CONFIG_MT_SMP".

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1ca5cb5d
...@@ -57,7 +57,7 @@ void __init plat_mem_setup(void) ...@@ -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
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment