diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-01-11 16:54:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-01-11 16:54:59 +0000 |
commit | 81ee12a638e5d816c883ee4dcfb3f6375179c28f (patch) | |
tree | 7313dbb64a32a118841c6841e5f3f265ef62ce19 /sys | |
parent | 2950c4a105896b25d6870069c3be656a60225ecc (diff) |
Bump KVA space up to 512MB (and a bit).
ok phessler@, deraadt@, miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armv7/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |