Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2011 00:11:13 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222632 - head/sys/powerpc/aim
Message-ID:  <201106030011.p530BD9a039671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106030011.p530BD9a039671>