summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>2007-03-28 03:49:51 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>2007-03-28 03:49:51 +0000
commita4a156436ce36f9b6b94dca66c69cb3d23683b45 (patch)
tree744c4e9975ff0d0039798a44f123d038e6cf95bc /sys/arch
parentdd4c8c0d2b7d16573e9a0e049cc28e05fd78e7f5 (diff)
Bump max number of physical segments. Machines in the wild
seem to have reached this limit. ok marco@, looks ok ckuethe@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h
index 8d7dd4e1cf6..7ea7d980e03 100644
--- a/sys/arch/i386/include/vmparam.h
+++ b/sys/arch/i386/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.36 2007/02/20 21:15:01 tom Exp $ */
+/* $OpenBSD: vmparam.h,v 1.37 2007/03/28 03:49:50 weingart Exp $ */
/* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */
/*-
@@ -100,7 +100,7 @@
/* virtual sizes (bytes) for various kernel submaps */
#define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE)
-#define VM_PHYSSEG_MAX 5 /* actually we could have this many segments */
+#define VM_PHYSSEG_MAX 16 /* actually we could have this many segments */
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
#define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */