Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 842f968f authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

[PATCH] Remove final reference to superfluous smp_commence()



Remove the last (and commented out) invocation of the obsolete
smp_commence() call.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Acked-by: default avatarIngo Molnar <mingo@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 72ed3d03
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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