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:
Doug Moore 2019-06-30 02:08:13 +00:00
parent b7780dbe98
commit 5201cbabf5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349550

View File

@ -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