diff options
author | das <das@FreeBSD.org> | 2004-11-20 02:29:50 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2004-11-20 02:29:50 +0000 |
commit | 90a65a896e4175035aedc46c1a25326c1626473c (patch) | |
tree | 57b795eaceaf663a4002b7b8451c1a27d765db3d /sys/sparc64/include/param.h | |
parent | c072a76d906165af94c610fd02559c3918574933 (diff) | |
download | FreeBSD-src-90a65a896e4175035aedc46c1a25326c1626473c.zip FreeBSD-src-90a65a896e4175035aedc46c1a25326c1626473c.tar.gz |
Remove UAREA_PAGES.
Reviewed by: arch@
Diffstat (limited to 'sys/sparc64/include/param.h')
-rw-r--r-- | sys/sparc64/include/param.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 7f5ade6..c81d99a 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -108,7 +108,6 @@ #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ #endif #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ -#define UAREA_PAGES 1 /* pages of user area */ #define PCPU_PAGES 1 |