mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a call to vm_map_simplify_entry from _vm_map_clip_start.
Recent changes to vm_map_protect have made it unnecessary. Reviewed by: alc Approved by: kib (mentor) Tested by: pho Differential Revision: https://reviews.freebsd.org/D20633
This commit is contained in:
parent
b7780dbe98
commit
5201cbabf5
1 changed files with 0 additions and 1 deletions
|
|
@ -2186,7 +2186,6 @@ _vm_map_clip_start(vm_map_t map, vm_map_entry_t entry, vm_offset_t start)
|
|||
VM_MAP_ASSERT_LOCKED(map);
|
||||
KASSERT(entry->end > start && entry->start < start,
|
||||
("_vm_map_clip_start: invalid clip of entry %p", entry));
|
||||
vm_map_simplify_entry(map, entry);
|
||||
|
||||
/*
|
||||
* Create a backing object now, if none exists, so that more individual
|
||||
|
|
|
|||
Loading…
Reference in a new issue