summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-05-27 20:34:26 +0000
committeralc <alc@FreeBSD.org>2007-05-27 20:34:26 +0000
commita530caef2a8dce9ce86928e6e4540d65ded97bea (patch)
treeb79bab15e5abea38c8f1673b9b564fac67eb09ea /sys
parent4538e39c22542d40dc21b78d20866dbc10654153 (diff)
downloadFreeBSD-src-a530caef2a8dce9ce86928e6e4540d65ded97bea.zip
FreeBSD-src-a530caef2a8dce9ce86928e6e4540d65ded97bea.tar.gz
Eliminate an unused definition.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/vmparam.h2
-rw-r--r--sys/ia64/include/vmparam.h6
-rw-r--r--sys/powerpc/include/vmparam.h1
3 files changed, 2 insertions, 7 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index 24765d3..7d12c97 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 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
/*
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index 0789ed0..dedfc6d 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
OpenPOWER on IntegriCloud