From 90a65a896e4175035aedc46c1a25326c1626473c Mon Sep 17 00:00:00 2001 From: das Date: Sat, 20 Nov 2004 02:29:50 +0000 Subject: Remove UAREA_PAGES. Reviewed by: arch@ --- sys/amd64/include/param.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 5216c55..a143957 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -125,7 +125,6 @@ #define KSTACK_PAGES 4 /* pages of kstack (with pcb) */ #endif #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ -#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */ /* -- cgit v1.1