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
@ -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);
|
VM_MAP_ASSERT_LOCKED(map);
|
||||||
KASSERT(entry->end > start && entry->start < start,
|
KASSERT(entry->end > start && entry->start < start,
|
||||||
("_vm_map_clip_start: invalid clip of entry %p", entry));
|
("_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
|
* Create a backing object now, if none exists, so that more individual
|
||||||
|
Loading…
Reference in New Issue
Block a user