svn commit: r222632 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jun 3 00:11:13 UTC 2011


Author: nwhitehorn
Date: Fri Jun  3 00:11:13 2011
New Revision: 222632
URL: http://svn.freebsd.org/changeset/base/222632

Log:
  Quantities stored on the stack on ppc64 tend to be twice as large as on
  ppc32, so make the early stack correspondingly twice as big.

Modified:
  head/sys/powerpc/aim/locore64.S

Modified: head/sys/powerpc/aim/locore64.S
==============================================================================
--- head/sys/powerpc/aim/locore64.S	Thu Jun  2 22:15:19 2011	(r222631)
+++ head/sys/powerpc/aim/locore64.S	Fri Jun  3 00:11:13 2011	(r222632)
@@ -75,7 +75,7 @@
         .globl  kernbase
         .set    kernbase, KERNBASE
 
-#define	TMPSTKSZ	8192		/* 8K temporary stack */
+#define	TMPSTKSZ	16384		/* 16K temporary stack */
 
 /*
  * Globals


More information about the svn-src-all mailing list