aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1998-06-02 05:39:13 +0000
committerJohn Dyson <dyson@FreeBSD.org>1998-06-02 05:39:13 +0000
commite8f367853b5117eebd8235e590051b0079decaa6 (patch)
tree5d6b6f4fadb19aadcf9aa48be93b4268d33eaeee /sys/vm
parent00076e7cf92bf847c89c0ecb92b6029c572704a0 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_pageout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 1e51f0a9a4229..2c090ab3f1705 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.120 1998/03/16 01:55:58 dyson Exp $
+ * $Id: vm_pageout.c,v 1.121 1998/03/30 09:56:58 phk Exp $
*/
/*
@@ -1278,7 +1278,7 @@ vm_daemon()
struct proc *p;
while (TRUE) {
- tsleep(&vm_daemon_needed, PUSER, "psleep", 0);
+ tsleep(&vm_daemon_needed, PPAUSE, "psleep", 0);
if (vm_pageout_req_swapout) {
swapout_procs(vm_pageout_req_swapout);
vm_pageout_req_swapout = 0;