diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 8870d6ba64bf..14735d5ede52 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <asm/irq.h> | 39 | #include <asm/irq.h> |
40 | #include <asm/setup.h> | 40 | #include <asm/setup.h> |
41 | #include <asm/clock.h> | 41 | #include <asm/clock.h> |
42 | #include <asm/smp.h> | ||
42 | #include <asm/mmu_context.h> | 43 | #include <asm/mmu_context.h> |
43 | 44 | ||
44 | /* | 45 | /* |
@@ -459,9 +460,7 @@ void __init setup_arch(char **cmdline_p) | |||
459 | if (likely(sh_mv.mv_setup)) | 460 | if (likely(sh_mv.mv_setup)) |
460 | sh_mv.mv_setup(cmdline_p); | 461 | sh_mv.mv_setup(cmdline_p); |
461 | 462 | ||
462 | #ifdef CONFIG_SMP | ||
463 | plat_smp_setup(); | 463 | plat_smp_setup(); |
464 | #endif | ||
465 | } | 464 | } |
466 | 465 | ||
467 | /* processor boot mode configuration */ | 466 | /* processor boot mode configuration */ |