svn commit: r215435 - head/sys/boot/powerpc/ofw

Andreas Tobler andreast at FreeBSD.org
Wed Nov 17 19:25:38 UTC 2010


Author: andreast
Date: Wed Nov 17 19:25:37 2010
New Revision: 215435
URL: http://svn.freebsd.org/changeset/base/215435

Log:
  Load the full 16k stack space.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  head/sys/boot/powerpc/ofw/start.c

Modified: head/sys/boot/powerpc/ofw/start.c
==============================================================================
--- head/sys/boot/powerpc/ofw/start.c	Wed Nov 17 18:55:12 2010	(r215434)
+++ head/sys/boot/powerpc/ofw/start.c	Wed Nov 17 19:25:37 2010	(r215435)
@@ -48,7 +48,7 @@ stack:				\n\
 _start:				\n\
 	lis	%r1,stack at ha	\n\
 	addi	%r1,%r1,stack at l	\n\
-	addi	%r1,%r1,8192	\n\
+	addi	%r1,%r1,16384	\n\
 				\n\
 	b	startup		\n\
 ");


More information about the svn-src-head mailing list