diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-11-14 20:32:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-11-14 20:32:14 +0000 |
commit | d7b75245ded44a7074f8eaa91fdd971d71c60730 (patch) | |
tree | 43dbd9579411a89df164e8523758d90e4eae163d /sys/arch | |
parent | b3630cccddee9fc27cc56d58c1379f474aec06af (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.h | 4 |
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 */ /* |