summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-10-30 19:35:30 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-10-30 19:35:30 +0000
commit6c7800f058ec5520ebc7f0367a5bbd6a991d4a74 (patch)
tree9d994335c17fdab50dc1995d48e1b85efce5b7c5 /sys/arch
parenta2c743cc002800e4c95a6bca9224aa636ccce67d (diff)
cleanup
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/vmparam.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index 2e21c126cc8..a6402fd3269 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.3 1998/08/29 01:20:38 mickey Exp $ */
+/* $OpenBSD: vmparam.h,v 1.4 1998/10/30 19:35:29 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -23,8 +23,8 @@
* Utah $Hdr: vmparam.h 1.16 94/12/16$
*/
-#ifndef _HPPA_VMPARAM_H_
-#define _HPPA_VMPARAM_H_
+#ifndef _MACHINE_VMPARAM_H_
+#define _MACHINE_VMPARAM_H_
/*
* Machine dependent constants for HP PA
@@ -72,16 +72,12 @@
* DMMIN should be at least ctod(1) so that vtod() works.
* vminit() ensures this.
*/
-#define DMMIN 64 /* smallest swap allocation */
+#define DMMIN 32 /* smallest swap allocation */
#define DMMAX 4096 /* largest potential swap allocation */
-#define DMTEXT 4096 /* swap allocation for text */
-/*
- * Sizes of the system and user portions of the system page table.
- */
-/* SYSPTSIZE IS SILLY; IT SHOULD BE COMPUTED AT BOOT TIME */
-#define SYSPTSIZE ((1024*1024*64)/NBPG) /* 64mb */
-#define USRPTSIZE (8 * NPTEPG) /* 32mb */
+#ifndef USRIOSIZE
+#define USRIOSIZE 128
+#endif
/*
* PTEs for system V style shared memory.
@@ -140,4 +136,4 @@
#define VM_PHYSSEG_MAX 8 /* this many physmem segments */
#define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST
-#endif /* _HPPA_VMPARAM_H_ */
+#endif /* _MACHINE_VMPARAM_H_ */