mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
[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:
parent
72ed3d0358
commit
842f968f3f
@ -395,11 +395,6 @@ static void __init smp_init(void)
|
|||||||
/* Any cleanup work */
|
/* Any cleanup work */
|
||||||
printk(KERN_INFO "Brought up %ld CPUs\n", (long)num_online_cpus());
|
printk(KERN_INFO "Brought up %ld CPUs\n", (long)num_online_cpus());
|
||||||
smp_cpus_done(max_cpus);
|
smp_cpus_done(max_cpus);
|
||||||
#if 0
|
|
||||||
/* Get other processors into their bootup holding patterns. */
|
|
||||||
|
|
||||||
smp_commence();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user