Eliminate an #if 0/#endif that was unintentionally introduced

by the previous revision.
This commit is contained in:
Alan Cox 2008-03-29 04:29:50 +00:00
parent ec922be302
commit 4ae6e47432

View File

@ -2627,10 +2627,8 @@ pmap_remove_all(vm_page_t m)
vm_offset_t va;
vm_page_t free;
#if 0
KASSERT((m->flags & PG_FICTITIOUS) == 0,
("pmap_remove_all: page %p is fictitious", m));
#endif
mtx_assert(&vm_page_queue_mtx, MA_OWNED);
sched_pin();
pvh = pa_to_pvh(VM_PAGE_TO_PHYS(m));