diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 04:46:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:18:05 -0500 |
commit | 842f968f3fcdc475c95ec76a03b29c5147e87b54 (patch) | |
tree | 21da608e07cc73a55ffb7a5371f3cd8b36a7d56e /init | |
parent | 72ed3d035855841ad611ee48b20909e9619d4a79 (diff) |
[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>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/main.c b/init/main.c index 8b4a7d769162..4e88bddfbebf 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -395,11 +395,6 @@ static void __init smp_init(void) | |||
395 | /* Any cleanup work */ | 395 | /* Any cleanup work */ |
396 | printk(KERN_INFO "Brought up %ld CPUs\n", (long)num_online_cpus()); | 396 | printk(KERN_INFO "Brought up %ld CPUs\n", (long)num_online_cpus()); |
397 | smp_cpus_done(max_cpus); | 397 | smp_cpus_done(max_cpus); |
398 | #if 0 | ||
399 | /* Get other processors into their bootup holding patterns. */ | ||
400 | |||
401 | smp_commence(); | ||
402 | #endif | ||
403 | } | 398 | } |
404 | 399 | ||
405 | #endif | 400 | #endif |