diff options
author | David Schultz <das@FreeBSD.org> | 2004-11-20 02:29:50 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2004-11-20 02:29:50 +0000 |
commit | ab44ebf5377f5c9f707cffe653f7368c7ada2d7a (patch) | |
tree | 57b795eaceaf663a4002b7b8451c1a27d765db3d /sys/powerpc | |
parent | 449835405d760c7719e61f7f3258e4220dd3f3e5 (diff) | |
download | src-ab44ebf5377f5c9f707cffe653f7368c7ada2d7a.tar.gz src-ab44ebf5377f5c9f707cffe653f7368c7ada2d7a.zip |
Remove UAREA_PAGES.
Reviewed by: arch@
Notes
Notes:
svn path=/head/; revision=137914
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/include/param.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 957aa996386c..15d8e7aed4aa 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 |