diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-01-01 20:26:46 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-01-01 20:26:46 +0000 |
| commit | d79083a390344c9609bc1d9d4b2c38ea4d03080f (patch) | |
| tree | 4a3fd24164212d0b5bfbf1a65e7d2c275eefa76d /sys/sparc64/include/param.h | |
| parent | cee5e561b6ff6188fac9c7b4f8049861d2070d8e (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/param.h')
| -rw-r--r-- | sys/sparc64/include/param.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 60fd0bd2aa63..d93616625906 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -121,8 +121,10 @@ #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) -#define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ -#define UAREA_PAGES 1 /* pages of user area */ +#define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ +#define UAREA_PAGES 1 /* pages of user area */ + +#define PANIC_STACK_PAGES 1 #define KSTACK_GUARD /* compile in kstack guard page */ #define KSTACK_GUARD_PAGES 1 |
