Skip to content

Commit

Permalink
[PATCH] remove bogus comment from init/main.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
heicarst authored and Linus Torvalds committed Feb 10, 2006
1 parent 9c15e85 commit 02df360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 02df360

Please sign in to comment.