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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to