From c23f99ea6c00d612b0f53a31db1d5309cef744bc Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Thu, 29 Mar 2007 03:17:32 +0000 Subject: Equiv diff to amd64 as was done on i386, bump VM_PHYSSEG_MAX. Amd64 are PCs too... Tested by dlg@ and brad. --- sys/arch/amd64/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64/include') diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index 60801e382a5..37a98f0a33d 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 2005/12/13 00:18:19 jsg Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 2007/03/29 03:17:31 weingart Exp $ */ /* $NetBSD: vmparam.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */ /*- @@ -99,7 +99,7 @@ /* virtual sizes (bytes) for various kernel submaps */ #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) -#define VM_PHYSSEG_MAX 5 /* 1 "hole" + 4 free lists */ +#define VM_PHYSSEG_MAX 16 /* actually we could have this many segments */ #define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST #define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */ -- cgit v1.2.3