From: Heiko Carstens Date: Fri, 10 Feb 2006 09:51:06 +0000 (-0800) Subject: [PATCH] remove bogus comment from init/main.c X-Git-Tag: v2.6.16-rc3~40 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=02df360bf38ca2acb78ddee9fd28262e9474153c;p=linux-2.6-omap-h63xx.git [PATCH] remove bogus comment from init/main.c Remove bogus comment from init function which could lead to the assumption that cpu_possible_map is setup in smp_prepare_cpus(). Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/main.c b/init/main.c index 7c79da57d3a..4c194c47395 100644 --- a/init/main.c +++ b/init/main.c @@ -668,7 +668,6 @@ static int init(void * unused) */ child_reaper = current; - /* Sets up cpus_possible() */ smp_prepare_cpus(max_cpus); do_pre_smp_initcalls();