]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Lock the VM when initializing the vmspace for proc0.
authorjhb <jhb@FreeBSD.org>
Wed, 23 May 2001 22:06:47 +0000 (22:06 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 23 May 2001 22:06:47 +0000 (22:06 +0000)
commit87198ba2534a251e152fd1a9fe0cdab232e7d671
tree1f4fb0dfbb7572d6cfde814ddcb55361053b862f
parentf8b92da193599f6ed6a514ef64db5df716d34b77
- Lock the VM when initializing the vmspace for proc0.
- Don't bother releasing Giant while doing a lookup on the vm_map of
  initproc while starting up init.  We have to grab it again right after
  the lookup anyways.
sys/kern/init_main.c