diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2009-06-06 23:35:09 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2009-06-06 23:35:09 +0000 |
commit | 7513669301c5d309c3e20de59858da46a4475645 (patch) | |
tree | 68ed8b6508ea596951bbefc655623c16d2359913 /sys/uvm/uvm_pdaemon.c | |
parent | d0ca62a445230166bc924e68e43e6e53ceebac82 (diff) |
Somehow I missed comitting this.
Diffstat (limited to 'sys/uvm/uvm_pdaemon.c')
-rw-r--r-- | sys/uvm/uvm_pdaemon.c | 3 |
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++; |