From a4a156436ce36f9b6b94dca66c69cb3d23683b45 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Wed, 28 Mar 2007 03:49:51 +0000 Subject: Bump max number of physical segments. Machines in the wild seem to have reached this limit. ok marco@, looks ok ckuethe@ --- sys/arch/i386/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') 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 */ -- cgit v1.2.3