artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d8731
)
Move USRSTACK to the end of userland address space.
author
miod
<miod@openbsd.org>
Thu, 13 Apr 2023 15:05:19 +0000
(15:05 +0000)
committer
miod
<miod@openbsd.org>
Thu, 13 Apr 2023 15:05:19 +0000
(15:05 +0000)
sys/arch/alpha/include/vmparam.h
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/include/vmparam.h
b/sys/arch/alpha/include/vmparam.h
index
b5d4363
..
a333ea5
100644
(file)
--- a/
sys/arch/alpha/include/vmparam.h
+++ b/
sys/arch/alpha/include/vmparam.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: vmparam.h,v 1.2
8 2015/11/01 20:09:5
9 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.2
9 2023/04/13 15:05:1
9 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */
/*
@@
-46,7
+46,7
@@
* Machine dependent constants for Alpha.
*/
-#define USRSTACK ((vaddr_t)0x00000
00200000000) /* 8G
*/
+#define USRSTACK ((vaddr_t)0x00000
40000000000ULL) /* 4T
*/
/*
* Virtual memory related constants, all in bytes