artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438dcc4
)
Bump KVA space up to 512MB (and a bit).
author
kettenis
<kettenis@openbsd.org>
Tue, 11 Jan 2022 16:54:58 +0000
(16:54 +0000)
committer
kettenis
<kettenis@openbsd.org>
Tue, 11 Jan 2022 16:54:58 +0000
(16:54 +0000)
ok phessler@, deraadt@, miod@
sys/arch/armv7/include/vmparam.h
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/include/vmparam.h
b/sys/arch/armv7/include/vmparam.h
index
dd14c7c
..
f2c8efe
100644
(file)
--- 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:0
8 kettenis Exp $ */
+/* $OpenBSD: vmparam.h,v 1.
7 2022/01/11 16:54:5
8 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 0x
1
0000000
+#define VM_KERNEL_SPACE_SIZE 0x
2
0000000
/*
* Override the default pager_map size, there's not enough KVA.