diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 8870d6ba64bf..29155384d5a8 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -459,9 +459,7 @@ void __init setup_arch(char **cmdline_p) | |||
459 | if (likely(sh_mv.mv_setup)) | 459 | if (likely(sh_mv.mv_setup)) |
460 | sh_mv.mv_setup(cmdline_p); | 460 | sh_mv.mv_setup(cmdline_p); |
461 | 461 | ||
462 | #ifdef CONFIG_SMP | ||
463 | plat_smp_setup(); | 462 | plat_smp_setup(); |
464 | #endif | ||
465 | } | 463 | } |
466 | 464 | ||
467 | /* processor boot mode configuration */ | 465 | /* processor boot mode configuration */ |