diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-02-10 01:51:06 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-10 08:13:12 -0800 |
commit | 02df360bf38ca2acb78ddee9fd28262e9474153c (patch) | |
tree | a52dd8accc1b86d0ff7c6af0f19b331e199f0bc0 /init | |
parent | 9c15e852a524d55ab768cf48c97f5c684f876af2 (diff) | |
download | op-kernel-dev-02df360bf38ca2acb78ddee9fd28262e9474153c.zip op-kernel-dev-02df360bf38ca2acb78ddee9fd28262e9474153c.tar.gz |
[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 <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 7c79da5..4c194c4 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(); |