summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/vmparam.h24
1 files changed, 1 insertions, 23 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h
index 908bfde26ca..81eec059e7d 100644
--- a/sys/arch/i386/include/vmparam.h
+++ b/sys/arch/i386/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.20 2001/06/27 06:19:45 art Exp $ */
+/* $OpenBSD: vmparam.h,v 1.21 2001/09/22 18:00:09 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */
/*-
@@ -77,15 +77,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.
- */
-#define DMMIN 32 /* smallest swap allocation */
-#define DMMAX 4096 /* largest potential swap allocation */
-#define DMTEXT 1024 /* swap allocation for text */
-
-/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
@@ -108,19 +99,6 @@
*/
#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 8 /* nominal ``small'' resident set size
- protected against replacement */
-
-/*
- * Mach derived constants
- */
-
/* XXX Compatibility */
#define APTDPTDI PDSLOT_APTE
#define PTDPTDI PDSLOT_PTE