projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c15e85
)
[PATCH] remove bogus comment from init/main.c
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 10 Feb 2006 09:51:06 +0000
(
01:51
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 10 Feb 2006 16:13:12 +0000
(08:13 -0800)
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>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index 7c79da57d3a29fd665042e5747e88bca78409aca..4c194c47395f9b7c06fc4dd713d920eadcd2f757 100644
(file)
--- 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();