From 1bea62add72213915884bfbebd2c4bbe1c207b53 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Wed, 13 Nov 2013 01:51:40 +0000 Subject: [PATCH] Fix typo. Submitted by: loos --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index e4e4b25a886..5c25e8a3d2e 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -107,7 +107,7 @@ #ifdef __powerpc64__ #define KSTACK_PAGES 8 /* includes pcb */ #else -#define KSTACK_PAGES 8 /* includes pcb */ +#define KSTACK_PAGES 4 /* includes pcb */ #endif #endif #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */