From 78d7eda383c8601a0076d9fde2d78795be629740 Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 19 Sep 2004 02:39:31 +0000 Subject: Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc() succeeds, the page's queue field is unconditionally set to PQ_NONE by vm_pageq_remove_nowakeup().) --- sys/alpha/alpha/pmap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index 26861a2..7bf6174 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -1073,9 +1073,6 @@ _pmap_allocpte(pmap, ptepindex) if ((m->flags & PG_ZERO) == 0) pmap_zero_page(m); - KASSERT(m->queue == PQ_NONE, - ("_pmap_allocpte: %p->queue != PQ_NONE", m)); - /* * Increment the hold count for the page table page * (denoting a new mapping.) -- cgit v1.1