From e586bed159a1a92b6dee47426a8bb714dd23532e Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Mon, 3 Sep 2001 22:19:36 +0000 Subject: Bump UPAGES to 4. The pcb can be rather large. --- sys/sparc64/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index a54bb1bb6786..e669f4529802 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -116,7 +116,7 @@ #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) #define IOPAGES 2 /* pages of i/o permission bitmap */ -#define UPAGES 2 /* pages of u-area */ +#define UPAGES 4 /* pages of u-area */ /* * Constants related to network buffer management. -- cgit v1.3