From 4ae6e4743279d377b7c70853f872b6da8aa1cbd9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Mar 2008 04:29:50 +0000 Subject: [PATCH] Eliminate an #if 0/#endif that was unintentionally introduced by the previous revision. --- sys/i386/i386/pmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 2176f0a127ef..567363abc899 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -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));