svn commit: r258079 - head/sys/powerpc/include
Justin Hibbits
jhibbits at FreeBSD.org
Wed Nov 13 01:51:41 UTC 2013
Author: jhibbits
Date: Wed Nov 13 01:51:40 2013
New Revision: 258079
URL: http://svnweb.freebsd.org/changeset/base/258079
Log:
Fix typo.
Submitted by: loos
Modified:
head/sys/powerpc/include/param.h
Modified: head/sys/powerpc/include/param.h
==============================================================================
--- head/sys/powerpc/include/param.h Wed Nov 13 01:37:52 2013 (r258078)
+++ head/sys/powerpc/include/param.h Wed Nov 13 01:51:40 2013 (r258079)
@@ -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 */
More information about the svn-src-head
mailing list