diff options
Diffstat (limited to 'sys/arch/sparc64/include/vmparam.h')
-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 3a940230deb..2bdc7a09b97 100644 --- a/sys/arch/sparc64/include/vmparam.h +++ b/sys/arch/sparc64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.8 2002/03/14 01:26:45 millert Exp $ */ +/* $OpenBSD: vmparam.h,v 1.9 2002/06/15 17:23:31 art Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2001/05/01 02:19:19 thorpej Exp $ */ /* @@ -57,12 +57,7 @@ * is the top (end) of the user stack. */ #define USRTEXT 0x2000 /* Start of user text */ -#define USRSTACK32 0xffffe000L -#ifdef __arch64__ #define USRSTACK 0xffffffffffffe000L -#else -#define USRSTACK USRSTACK32 -#endif /* * Virtual memory related constants, all in bytes |