summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm/vm_pageout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c
index 7dc9c12f..da0f8077 100644
--- a/vm/vm_pageout.c
+++ b/vm/vm_pageout.c
@@ -470,7 +470,7 @@ void vm_pageout(void)
FALSE);
} else if (should_wait) {
assert_wait(&vm_pageout_continue, FALSE);
- thread_set_timeout(VM_PAGEOUT_TIMEOUT);
+ thread_set_timeout(VM_PAGEOUT_TIMEOUT * hz / 1000);
simple_unlock(&vm_page_queue_free_lock);
thread_block(NULL);