diff options
Diffstat (limited to 'arch/mips/mips-boards/malta/malta_smtc.c')
-rw-r--r-- | arch/mips/mips-boards/malta/malta_smtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mips-boards/malta/malta_smtc.c b/arch/mips/mips-boards/malta/malta_smtc.c index d1c80f631100..0fb4c269901c 100644 --- a/arch/mips/mips-boards/malta/malta_smtc.c +++ b/arch/mips/mips-boards/malta/malta_smtc.c | |||
@@ -58,7 +58,7 @@ void prom_init_secondary(void) | |||
58 | * but it may be multithreaded. | 58 | * but it may be multithreaded. |
59 | */ | 59 | */ |
60 | 60 | ||
61 | void plat_smp_setup(void) | 61 | void __cpuinit plat_smp_setup(void) |
62 | { | 62 | { |
63 | if (read_c0_config3() & (1<<2)) | 63 | if (read_c0_config3() & (1<<2)) |
64 | mipsmt_build_cpu_map(0); | 64 | mipsmt_build_cpu_map(0); |