mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the GIANT_REQUIRED preceding pmap_remove() in
vm_pageout_map_deactivate_pages().
This commit is contained in:
parent
14d2874c32
commit
3e36afbe27
1 changed files with 0 additions and 1 deletions
|
|
@ -608,7 +608,6 @@ vm_pageout_map_deactivate_pages(map, desired)
|
|||
* table pages.
|
||||
*/
|
||||
if (desired == 0 && nothingwired) {
|
||||
GIANT_REQUIRED;
|
||||
pmap_remove(vm_map_pmap(map), vm_map_min(map),
|
||||
vm_map_max(map));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue