From eaab62fbdf501cd4696858f58a21bf26f45c3ea0 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 10 Feb 2007 01:46:23 -0800 Subject: [PATCH] --- yaml --- r: 47608 b: refs/heads/master c: 842f968f3fcdc475c95ec76a03b29c5147e87b54 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/main.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 0ab0a8c65a09..7878a2fdb35f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72ed3d035855841ad611ee48b20909e9619d4a79 +refs/heads/master: 842f968f3fcdc475c95ec76a03b29c5147e87b54 diff --git a/trunk/init/main.c b/trunk/init/main.c index 8b4a7d769162..4e88bddfbebf 100644 --- a/trunk/init/main.c +++ b/trunk/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