mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
o Remove GIANT_REQUIRED from vm_map_stack().
This commit is contained in:
parent
94413c0dba
commit
27168693db
1 changed files with 0 additions and 2 deletions
|
|
@ -2358,8 +2358,6 @@ vm_map_stack (vm_map_t map, vm_offset_t addrbos, vm_size_t max_ssize,
|
|||
vm_size_t init_ssize;
|
||||
int rv;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
if (VM_MIN_ADDRESS > 0 && addrbos < VM_MIN_ADDRESS)
|
||||
return (KERN_NO_SPACE);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue