summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/xen/pmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/xen/pmap.c b/sys/i386/xen/pmap.c
index 4ef30f9..3725d0a 100644
--- a/sys/i386/xen/pmap.c
+++ b/sys/i386/xen/pmap.c
@@ -3126,9 +3126,7 @@ retry:
}
p = vm_page_lookup(object, pindex);
- vm_page_lock_queues();
vm_page_wakeup(p);
- vm_page_unlock_queues();
}
ptepa = VM_PAGE_TO_PHYS(p);
OpenPOWER on IntegriCloud