summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2009-06-06 23:35:08 +0000
committerart <art@openbsd.org>2009-06-06 23:35:08 +0000
commit5b3a0633dd4cce56eda7dc7be89bee5a436dbb57 (patch)
tree84523b4ee2d6956dae04a4b4fdec7d7e5143f846
parentUpdate est.c, make it capable of using ACPI if the PSS is available but (diff)
downloadwireguard-openbsd-5b3a0633dd4cce56eda7dc7be89bee5a436dbb57.tar.xz
wireguard-openbsd-5b3a0633dd4cce56eda7dc7be89bee5a436dbb57.zip
Somehow I missed comitting this.
-rw-r--r--sys/uvm/uvm_pdaemon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c
index 2e1d2de709f..3e88675842b 100644
--- a/sys/uvm/uvm_pdaemon.c
+++ b/sys/uvm/uvm_pdaemon.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pdaemon.c,v 1.46 2009/06/05 04:29:14 beck Exp $ */
+/* $OpenBSD: uvm_pdaemon.c,v 1.47 2009/06/06 23:35:08 art Exp $ */
/* $NetBSD: uvm_pdaemon.c,v 1.23 2000/08/20 10:24:14 bjh21 Exp $ */
/*
@@ -1044,7 +1044,6 @@ uvmpd_scan(void)
*/
if (inactive_shortage > 0) {
- pmap_page_protect(p, VM_PROT_NONE);
/* no need to check wire_count as pg is "active" */
uvm_pagedeactivate(p);
uvmexp.pddeact++;