summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/alpha/pmap.c')
-rw-r--r--sys/alpha/alpha/pmap.c3
1 files changed, 0 insertions, 3 deletions
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.)
OpenPOWER on IntegriCloud