[PATCH] Remove final reference to superfluous smp_commence()
Remove the last (and commented out) invocation of the obsolete smp_commence() call. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Acked-by: Ingo Molnar <mingo@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
72ed3d0358
Коммит
842f968f3f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче