summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-28 00:57:11 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-28 00:57:11 +0000
commita983fd0d3789fa130385261f947a57acef387277 (patch)
tree593ff4c3a740a893498481e0dabcc13d43e6fe93 /vm
parent70862530a0eb43ac9e4797496bea1799e02366ca (diff)
1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>
* vm/vm_resident.c (vm_page_external_limit): Define new variable.
Diffstat (limited to 'vm')
-rw-r--r--vm/vm_pageout.c2
-rw-r--r--vm/vm_resident.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c
index 1a986b4..363d355 100644
--- a/vm/vm_pageout.c
+++ b/vm/vm_pageout.c
@@ -164,8 +164,6 @@ 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 */
diff --git a/vm/vm_resident.c b/vm/vm_resident.c
index 5014da4..8573f51 100644
--- a/vm/vm_resident.c
+++ b/vm/vm_resident.c
@@ -159,6 +159,8 @@ int vm_page_free_min = 0;
int vm_page_inactive_target = 0;
int vm_page_free_reserved = 0;
int vm_page_laundry_count = 0;
+int vm_page_external_limit = 0;
+
/*
* The VM system has a couple of heuristics for deciding