diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-06-14 23:23:55 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-06-14 23:23:55 +0000 |
| commit | 49a2507bd1c2d72eef3d9c9d12c9d0aeef9f3f7b (patch) | |
| tree | 5b005cceb283a32d0b4cb30493fc1a788fe8a46b /sys/sparc64/include/param.h | |
| parent | da02c8c47e9c31afff0cce94859bb82b812942e0 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/param.h')
| -rw-r--r-- | sys/sparc64/include/param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 94a6ef8fd39a..7ee63607d1ad 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -105,11 +105,10 @@ #define PAGE_MASK_MAX PAGE_MASK_4M #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ +#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ #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 /* * Mach derived conversion macros |
