summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-10 19:20:40 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-10 19:20:40 +0000
commit499d6eb5bd69bc9c0b22b90a636038757039d4f2 (patch)
tree5ba9b95767c91507c620bf86db73015cc2ef2bca /sys/uvm
parentbbe8f62ec65096ee1bb8589c0f3ade29b85553c4 (diff)
Move maxdmap and maxsmap to kern_resource.c
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_glue.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c
index 809350d603f..78e881bef6e 100644
--- a/sys/uvm/uvm_glue.c
+++ b/sys/uvm/uvm_glue.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uvm_glue.c,v 1.25 2001/11/07 02:55:50 art Exp $ */
-/* $NetBSD: uvm_glue.c,v 1.43 2000/11/25 06:27:59 chs Exp $ */
+/* $OpenBSD: uvm_glue.c,v 1.26 2001/11/10 19:20:39 art Exp $ */
+/* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -95,9 +95,6 @@ static void uvm_swapout __P((struct proc *));
* XXXCDC: do these really belong here?
*/
-unsigned maxdmap = MAXDSIZ; /* kern_resource.c: RLIMIT_DATA max */
-unsigned maxsmap = MAXSSIZ; /* kern_resource.c: RLIMIT_STACK max */
-
int readbuffers = 0; /* allow KGDB to read kern buffer pool */
/* XXX: see uvm_kernacc */