diff options
Diffstat (limited to 'sys/i386/include/param.h')
-rw-r--r-- | sys/i386/include/param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index c3b9c59..e76c52a 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -106,10 +106,9 @@ #ifndef KSTACK_PAGES #define KSTACK_PAGES 2 /* Includes pcb! */ #endif +#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ #define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */ -#define KSTACK_GUARD /* compile in the kstack guard page */ - /* * Ceiling on amount of swblock kva space, can be changed via * the kern.maxswzone /boot/loader.conf variable. |