summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-11-20 02:29:50 +0000
committerdas <das@FreeBSD.org>2004-11-20 02:29:50 +0000
commit90a65a896e4175035aedc46c1a25326c1626473c (patch)
tree57b795eaceaf663a4002b7b8451c1a27d765db3d /sys/powerpc
parentc072a76d906165af94c610fd02559c3918574933 (diff)
downloadFreeBSD-src-90a65a896e4175035aedc46c1a25326c1626473c.zip
FreeBSD-src-90a65a896e4175035aedc46c1a25326c1626473c.tar.gz
Remove UAREA_PAGES.
Reviewed by: arch@
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index 957aa99..15d8e7a 100644
--- a/sys/powerpc/include/param.h
+++ b/sys/powerpc/include/param.h
@@ -93,7 +93,6 @@
#endif
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
#define USPACE (KSTACK_PAGES * PAGE_SIZE) /* total size of pcb */
-#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB */
/*
* Mach derived conversion macros
OpenPOWER on IntegriCloud