LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Remove final reference to superfluous smp_commence().
@ 2007-01-20 18:28 Robert P. J. Day
  2007-01-22 17:57 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2007-01-20 18:28 UTC (permalink / raw)
  To: Linux kernel mailing list; +Cc: mingo, Andrew Morton


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

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/init/main.c b/init/main.c
index 8b4a7d7..4e88bdd 100644
--- a/init/main.c
+++ b/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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-22 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-20 18:28 [PATCH] Remove final reference to superfluous smp_commence() Robert P. J. Day
2007-01-22 17:57 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).