Update a comment: we usually call exec_vmspace_new with Giant not held,
but sometimes it is.
This commit is contained in:
parent
4b12bb048f
commit
bd37fd7220
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user