From: kettenis Date: Tue, 11 Jan 2022 16:54:58 +0000 (+0000) Subject: Bump KVA space up to 512MB (and a bit). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b1dcd1062edd55a6b4895afc0ef18a85d3a472e2;p=openbsd Bump KVA space up to 512MB (and a bit). ok phessler@, deraadt@, miod@ --- diff --git a/sys/arch/armv7/include/vmparam.h b/sys/arch/armv7/include/vmparam.h index dd14c7c8d1b..f2c8efe50a0 100644 --- a/sys/arch/armv7/include/vmparam.h +++ b/sys/arch/armv7/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.6 2017/03/10 08:42:08 kettenis Exp $ */ +/* $OpenBSD: vmparam.h,v 1.7 2022/01/11 16:54:58 kettenis Exp $ */ /* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ /* @@ -62,7 +62,7 @@ */ #define KERNEL_BASE ARM_KERNEL_BASE -#define VM_KERNEL_SPACE_SIZE 0x10000000 +#define VM_KERNEL_SPACE_SIZE 0x20000000 /* * Override the default pager_map size, there's not enough KVA.