Bump KVA space up to 512MB (and a bit).
authorkettenis <kettenis@openbsd.org>
Tue, 11 Jan 2022 16:54:58 +0000 (16:54 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 11 Jan 2022 16:54:58 +0000 (16:54 +0000)
ok phessler@, deraadt@, miod@

sys/arch/armv7/include/vmparam.h

index dd14c7c..f2c8efe 100644 (file)
@@ -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.