Skip to content

Commit

Permalink
[MIPS] Fix typo of "CONFIG_MT_SMP".
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Robert P. J. Day authored and Ralf Baechle committed Jan 30, 2007
1 parent 1ca5cb5 commit 9616d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mips-boards/sim/sim_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void __init plat_mem_setup(void)
board_time_init = sim_time_init;
prom_printf("Linux started...\n");

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

0 comments on commit 9616d54

Please sign in to comment.