Remove an outdated assertion.

The exclusive lock assertion became incorrect due to changes in lock
scope in r354155.

Discussed with:	jeffr
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2019-11-04 21:06:06 +00:00
parent 2320977679
commit aaa3243fa0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354340

View File

@ -3093,7 +3093,6 @@ pmap_clear_modify(vm_page_t m)
KASSERT((m->oflags & VPO_UNMANAGED) == 0,
("pmap_clear_modify: page %p is not managed", m));
VM_OBJECT_ASSERT_WLOCKED(m->object);
vm_page_assert_busied(m);
if (!pmap_page_is_write_mapped(m))