mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-02 21:33:58 +00:00
[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>
This commit is contained in:
parent
9c15e852a5
commit
02df360bf3
1 changed files with 0 additions and 1 deletions
|
@ -668,7 +668,6 @@ static int init(void * unused)
|
||||||
*/
|
*/
|
||||||
child_reaper = current;
|
child_reaper = current;
|
||||||
|
|
||||||
/* Sets up cpus_possible() */
|
|
||||||
smp_prepare_cpus(max_cpus);
|
smp_prepare_cpus(max_cpus);
|
||||||
|
|
||||||
do_pre_smp_initcalls();
|
do_pre_smp_initcalls();
|
||||||
|
|
Loading…
Add table
Reference in a new issue