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/alpha/include | |
| parent | da02c8c47e9c31afff0cce94859bb82b812942e0 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index d75b932dd00a1..60957140a8900 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -118,9 +118,9 @@ #define SINCR 1 /* increment of stack/NBPG */ #define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ +#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ #define UAREA_PAGES 1 /* pages of u-area */ -#define KSTACK_GUARD /* compile in kstack guard page */ /* * Mach derived conversion macros |
