Update comment explaining create_init().

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2019-08-08 16:42:53 +00:00
parent e6bb926199
commit b706be23b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350757

View File

@ -797,11 +797,9 @@ start_init(void *dummy)
}
/*
* Like kproc_create(), but runs in its own address space.
* We do this early to reserve pid 1.
*
* Note special case - do not make it runnable yet. Other work
* in progress will change this more.
* Like kproc_create(), but runs in its own address space. We do this
* early to reserve pid 1. Note special case - do not make it
* runnable yet, init execution is started when userspace can be served.
*/
static void
create_init(const void *udata __unused)