summaryrefslogtreecommitdiff
path: root/vm/vm_pageout.c
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/vm_pageout.c
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/vm_pageout.c')
-rw-r--r--vm/vm_pageout.c2
1 files changed, 0 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 */