mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Refresh a comment. The VM_STACK option was eliminated in r43209.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d64e9217c4
commit
78960940fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267245
@ -1101,9 +1101,9 @@ exec_new_vmspace(imgp, sv)
|
||||
return (error);
|
||||
#endif
|
||||
|
||||
/* vm_ssize and vm_maxsaddr are somewhat antiquated concepts in the
|
||||
* VM_STACK case, but they are still used to monitor the size of the
|
||||
* process stack so we can check the stack rlimit.
|
||||
/*
|
||||
* vm_ssize and vm_maxsaddr are somewhat antiquated concepts, but they
|
||||
* are still used to enforce the stack rlimit on the process stack.
|
||||
*/
|
||||
vmspace->vm_ssize = sgrowsiz >> PAGE_SHIFT;
|
||||
vmspace->vm_maxsaddr = (char *)sv->sv_usrstack - ssiz;
|
||||
|
Loading…
Reference in New Issue
Block a user