summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-22 18:00:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-22 18:00:11 +0000
commitf2a79fe4e23eb2d288e4b27511309745d8f80de5 (patch)
tree89c612cf2a3ac29b8cab165d4563129d5b80af49 /sys/arch/sun3/include
parent7c21b6b7c373c3a88eea9028c59c8618e4df2ee7 (diff)
Remove more old, dusty, unused defines.
Diffstat (limited to 'sys/arch/sun3/include')
-rw-r--r--sys/arch/sun3/include/vmparam.h23
1 files changed, 2 insertions, 21 deletions
diff --git a/sys/arch/sun3/include/vmparam.h b/sys/arch/sun3/include/vmparam.h
index 1c7c7054800..3dabf8b47b6 100644
--- a/sys/arch/sun3/include/vmparam.h
+++ b/sys/arch/sun3/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.7 2001/06/27 06:19:56 art Exp $ */
+/* $OpenBSD: vmparam.h,v 1.8 2001/09/22 18:00:10 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.14 1995/09/26 04:02:10 gwr Exp $ */
/*
@@ -87,16 +87,6 @@
#endif
/*
- * Default sizes of swap allocation chunks (see dmap.h).
- * The actual values may be changed in vminit() based on MAXDSIZ.
- * With MAXDSIZ of 16Mb and NDMAP of 38, dmmax will be 1024.
- * DMMIN should be at least ctod(1) so that vtod() works.
- * vminit() insures this.
- */
-#define DMMIN 32 /* smallest swap allocation */
-#define DMMAX 4096 /* largest potential swap allocation */
-
-/*
* PTEs for mapping user space into the kernel for phyio operations.
* The actual limitation for physio requests will be the DVMA space,
* and that is fixed by hardware design at 1MB. We could make the
@@ -126,16 +116,7 @@
#define MAXSLP 20
/*
- * A swapped in process is given a small amount of core without being bothered
- * by the page replacement algorithm. Basically this says that if you are
- * swapped in you deserve some resources. We protect the last SAFERSS
- * pages against paging and will just swap you out rather than paging you.
- */
-#define SAFERSS 4 /* nominal ``small'' resident set size
- protected against replacement */
-
-/*
- * Mach-derived constants, virtual memory map:
+ * Virtual memory map:
*
* 0000.0000 user space
* 0E00.0000 kernel space