From e4a45ab17b61a30b3898fda8c971539f18323478 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 27 Feb 2002 06:08:13 +0000 Subject: Parameterize the number of pages to allocate for the per-cpu area on PCPU_PAGES. --- sys/sparc64/include/param.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/include/param.h') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 72cf69c..a4404cf 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -126,6 +126,7 @@ #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ #define UAREA_PAGES 1 /* pages of user area */ +#define PCPU_PAGES 1 #define KSTACK_GUARD /* compile in kstack guard page */ #define KSTACK_GUARD_PAGES 1 -- cgit v1.1