summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-11-20 02:31:37 +0000
committerdas <das@FreeBSD.org>2004-11-20 02:31:37 +0000
commitdbdcb7be99b5c334343f30e1ac5eb21658e30843 (patch)
tree1fc211121a22d4f9e9e1026de020bb3751e727ea /sys/arm/include
parent799ea28b610491ef5eb2e90c44614ab7eac9105b (diff)
downloadFreeBSD-src-dbdcb7be99b5c334343f30e1ac5eb21658e30843.zip
FreeBSD-src-dbdcb7be99b5c334343f30e1ac5eb21658e30843.tar.gz
Remove UAREA_PAGES and USPACE definitions. The definitions of
USPACE_SVC_STACK_TOP, USPACE_SVC_STACK_BOTTOM, USPACE_UNDEF_STACK_TOP, and USPACE_UNDEF_STACK_BOTTOM look wrong to me, so I'm leaving them alone. Reviewed by: arch@
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/param.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h
index 2c8ca9c..65ea52b 100644
--- a/sys/arm/include/param.h
+++ b/sys/arm/include/param.h
@@ -98,14 +98,6 @@
#define KSTACK_PAGES 2
#endif /* !KSTACK_PAGES */
-#ifndef UAREA_PAGES
-#define UAREA_PAGES 1
-#endif /* !UAREA_PAGES */
-
-#ifndef USPACE
-#define USPACE (UAREA_PAGES * PAGE_SIZE) /* total size of u-area */
-#endif
-
#ifndef FPCONTEXTSIZE
#define FPCONTEXTSIZE (0x100)
#endif
@@ -114,7 +106,7 @@
#define KSTACK_GUARD_PAGES 1
#endif /* !KSTACK_GUARD_PAGES */
-#define USPACE_SVC_STACK_TOP (USPACE)
+#define USPACE_SVC_STACK_TOP 0
#define USPACE_SVC_STACK_BOTTOM (USPACE_SVC_STACK_TOP - 0x1000)
#define USPACE_UNDEF_STACK_TOP (USPACE_SVC_STACK_BOTTOM - 0x10)
#define USPACE_UNDEF_STACK_BOTTOM (FPCONTEXTSIZE + 10)
OpenPOWER on IntegriCloud