diff options
author | Jake Burkholder <jake@FreeBSD.org> | 2002-02-27 06:08:13 +0000 |
---|---|---|
committer | Jake Burkholder <jake@FreeBSD.org> | 2002-02-27 06:08:13 +0000 |
commit | 95a44511f33bbfffc6c9538e0526927f8192cfd9 (patch) | |
tree | ffbfbb7ac10718ddeda6d879ce82a6c8f6bbe91c /sys/sparc64/include/param.h | |
parent | 62ad05829206d60a1e4f0ebd3e7b99d936d411df (diff) |
Parameterize the number of pages to allocate for the per-cpu area on
PCPU_PAGES.
Notes
Notes:
svn path=/head/; revision=91360
Diffstat (limited to 'sys/sparc64/include/param.h')
-rw-r--r-- | sys/sparc64/include/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 72cf69c28039..a4404cfe2991 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 |