svn commit: r351021 - stable/12/sys/kern

Konstantin Belousov kib at FreeBSD.org
Wed Aug 14 09:49:29 UTC 2019


Author: kib
Date: Wed Aug 14 09:49:28 2019
New Revision: 351021
URL: https://svnweb.freebsd.org/changeset/base/351021

Log:
  MFC r350757:
  Update comment explaining create_init().

Modified:
  stable/12/sys/kern/init_main.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/init_main.c
==============================================================================
--- stable/12/sys/kern/init_main.c	Wed Aug 14 09:44:48 2019	(r351020)
+++ stable/12/sys/kern/init_main.c	Wed Aug 14 09:49:28 2019	(r351021)
@@ -824,11 +824,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)


More information about the svn-src-stable mailing list