Commit 97158569 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar

init: Fix comment

Apparently "pid-1" confuses people...
Requested-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Cc: torvalds@linux-foundation.org
Cc: randy.dunlap@oracle.com
Cc: Ilya Loginov <isloginov@gmail.com>
LKML-Reference: <1277887031.1868.82.camel@laptop>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b433c3d4
......@@ -431,7 +431,7 @@ static noinline void __init_refok rest_init(void)
rcu_scheduler_starting();
/*
* We need to spawn init first so that it obtains pid-1, however
* We need to spawn init first so that it obtains pid 1, however
* the init task will end up wanting to create kthreads, which, if
* we schedule it before we create kthreadd, will OOPS.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment