summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2010-11-17 19:25:37 +0000
committerandreast <andreast@FreeBSD.org>2010-11-17 19:25:37 +0000
commit567f54688569eed4fa86cd6942f566e7c7e050c9 (patch)
tree11e279ec1b83ec71e9264c5d4d360b8ccbc96fb9 /sys/boot/powerpc
parent67b3b6b168c800611c4683cb81384e4a678517c6 (diff)
downloadFreeBSD-src-567f54688569eed4fa86cd6942f566e7c7e050c9.zip
FreeBSD-src-567f54688569eed4fa86cd6942f566e7c7e050c9.tar.gz
Load the full 16k stack space.
Approved by: nwhitehorn (mentor)
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/ofw/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c
index ff3fcd8..60c5db7 100644
--- a/sys/boot/powerpc/ofw/start.c
+++ b/sys/boot/powerpc/ofw/start.c
@@ -48,7 +48,7 @@ stack: \n\
_start: \n\
lis %r1,stack@ha \n\
addi %r1,%r1,stack@l \n\
- addi %r1,%r1,8192 \n\
+ addi %r1,%r1,16384 \n\
\n\
b startup \n\
");
OpenPOWER on IntegriCloud