diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-01 20:10:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-01 20:10:01 +0000 |
commit | 23f0f552136804a1b538bc98b8a2a631bb2ce7bf (patch) | |
tree | 426b915d9330bab76bc3eb15b98df51952748c2e /sys/arch/sparc64 | |
parent | 981d989d171d9fe6519a3ea1e27d9c09b5e48278 (diff) |
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
a.out world.
ok deraadt@ kettenis@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/vmparam.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/include/vmparam.h b/sys/arch/sparc64/include/vmparam.h index 21b0c5c8b63..c5815de9b3a 100644 --- a/sys/arch/sparc64/include/vmparam.h +++ b/sys/arch/sparc64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.31 2015/02/10 10:02:55 tedu Exp $ */ +/* $OpenBSD: vmparam.h,v 1.32 2015/11/01 20:10:00 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2001/05/01 02:19:19 thorpej Exp $ */ /* @@ -48,11 +48,6 @@ #ifndef VMPARAM_H #define VMPARAM_H -/* - * USRTEXT is the start of the user text/data space, while USRSTACK - * is the top (end) of the user stack. - */ -#define USRTEXT 0x2000 /* Start of user text */ #define USRSTACK 0xffffffffffffe000L /* |