summaryrefslogtreecommitdiff
path: root/vm/vm_pageout.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-28 06:02:32 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-28 06:02:32 +0000
commit9a67643322054195b5be48e93951628c6d1464ce (patch)
treecbb135c69c96e453d6a9e9cf9972a78e431f7455 /vm/vm_pageout.c
parenta983fd0d3789fa130385261f947a57acef387277 (diff)
1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>
* vm/vm_pageout.c (vm_pageout): Initialize vm_page_external_limit and vm_page_external_target.
Diffstat (limited to 'vm/vm_pageout.c')
-rw-r--r--vm/vm_pageout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c
index 363d355..1a986b4 100644
--- a/vm/vm_pageout.c
+++ b/vm/vm_pageout.c
@@ -164,6 +164,8 @@ extern void vm_pageout_scan_continue();
unsigned int vm_pageout_reserved_internal = 0;
unsigned int vm_pageout_reserved_really = 0;
+unsigned int vm_page_external_target = 0;
+
unsigned int vm_pageout_burst_max = 0;
unsigned int vm_pageout_burst_min = 0;
unsigned int vm_pageout_burst_wait = 0; /* milliseconds per page */