diff options
Diffstat (limited to 'sys/ia64/include/vmparam.h')
-rw-r--r-- | sys/ia64/include/vmparam.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h index 94801ef..55c9f4b 100644 --- a/sys/ia64/include/vmparam.h +++ b/sys/ia64/include/vmparam.h @@ -44,11 +44,9 @@ * Machine dependent constants for ia64. */ /* - * USRTEXT is the start of the user text/data space, while USRSTACK - * is the top (end) of the user stack. Immediately above the user stack - * resides the syscall gateway page. + * USRSTACK is the top (end) of the user stack. Immediately above the user + * stack resides the syscall gateway page. */ -#define USRTEXT CLBYTES #define USRSTACK VM_MAX_ADDRESS /* |