From: "Robert P. J. Day" Remove the last (and commented out) invocation of the obsolete smp_commence() call. Signed-off-by: Robert P. J. Day Acked-by: Ingo Molnar Signed-off-by: Andrew Morton --- init/main.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN init/main.c~remove-final-reference-to-superfluous-smp_commence init/main.c --- a/init/main.c~remove-final-reference-to-superfluous-smp_commence +++ a/init/main.c @@ -395,11 +395,6 @@ static void __init smp_init(void) /* Any cleanup work */ printk(KERN_INFO "Brought up %ld CPUs\n", (long)num_online_cpus()); smp_cpus_done(max_cpus); -#if 0 - /* Get other processors into their bootup holding patterns. */ - - smp_commence(); -#endif } #endif _