Update a comment: we usually call exec_vmspace_new with Giant not held,

but sometimes it is.
This commit is contained in:
Kris Kennaway 2007-03-25 10:05:44 +00:00
parent 4b12bb048f
commit bd37fd7220
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167876

View File

@ -894,7 +894,7 @@ exec_new_vmspace(imgp, sv)
imgp->vmspace_destroyed = 1;
imgp->sysent = sv;
/* Called with Giant held, do not depend on it! */
/* May be called with Giant held */
EVENTHANDLER_INVOKE(process_exec, p, imgp);
/*