summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-11-14 20:32:14 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-11-14 20:32:14 +0000
commitd7b75245ded44a7074f8eaa91fdd971d71c60730 (patch)
tree43dbd9579411a89df164e8523758d90e4eae163d /sys/arch
parentb3630cccddee9fc27cc56d58c1379f474aec06af (diff)
Move the stack 1GB higher, closer to the end of the userland address space.
ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index 9a61bcd4c67..273176e41b3 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.47 2015/11/01 20:09:59 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.48 2024/11/14 20:32:13 miod Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -29,7 +29,7 @@
/*
* Machine dependent constants for HP PA
*/
-#define USRSTACK 0x78000000UL /* start (bottom) of user stack */
+#define USRSTACK 0xB8000000UL /* start (bottom) of user stack */
#define SYSCALLGATE 0xC0000000 /* syscall gateway page */
/*