From ab44ebf5377f5c9f707cffe653f7368c7ada2d7a Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sat, 20 Nov 2004 02:29:50 +0000 Subject: Remove UAREA_PAGES. Reviewed by: arch@ --- sys/sparc64/include/param.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/sparc64/include/param.h') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 7f5ade6afbce..c81d99a590de 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 -- cgit v1.3