mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update comment explaining create_init().
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
e6bb926199
commit
b706be23b4
1 changed files with 3 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue