From c155d5d05902dece4e3905b0e60ee66779e49300 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 27 May 2007 20:34:26 +0000 Subject: [PATCH] Eliminate an unused definition. --- sys/i386/include/vmparam.h | 2 -- sys/ia64/include/vmparam.h | 6 ++---- sys/powerpc/include/vmparam.h | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index 24765d31d62c..7d12c9753b26 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -67,8 +67,6 @@ #define SGROWSIZ (128UL*1024) /* amount to grow stack */ #endif -#define USRTEXT (1*PAGE_SIZE) /* base of user text XXX bogus */ - /* * The time for a process to be blocked before being very swappable. * This is a number of seconds which the system takes as being a non-trivial diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h index 94801effe45a..55c9f4bced7e 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 /* diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 0789ed07eba2..dedfc6dd3e51 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -35,7 +35,6 @@ #ifndef _MACHINE_VMPARAM_H_ #define _MACHINE_VMPARAM_H_ -#define USRTEXT NBPG #define USRSTACK VM_MAXUSER_ADDRESS #ifndef MAXTSIZ