diff options
-rw-r--r-- | sys/alpha/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 91dabba..04828fa 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -133,10 +133,10 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ -#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ -#define UAREA_PAGES 1 /* pages of u-area */ +#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ +#define UAREA_PAGES 1 /* pages of u-area */ -#define KSTACK_GUARD /* compile in kstack guard page */ +#define KSTACK_GUARD /* compile in kstack guard page */ /* * Constants related to network buffer management. |