summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2010-11-17 20:37:16 +0000
committerandreast <andreast@FreeBSD.org>2010-11-17 20:37:16 +0000
commite5464da2b607e2a188cffe565e08622cf4988963 (patch)
treef11fceb98853c8aa39184b5ef14fa55d3ca2b639 /sys/boot/powerpc
parent3ed7e4e8d8f687feeb6ea0226026272b6d62bf56 (diff)
downloadFreeBSD-src-e5464da2b607e2a188cffe565e08622cf4988963.zip
FreeBSD-src-e5464da2b607e2a188cffe565e08622cf4988963.tar.gz
Revert r215435. We need to figure out the exact value to be loaded.
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 8637e1f..1988b3c 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,16384 \n\
+ addi %r1,%r1,8192 \n\
\n\
/* Clear the .bss!!! */ \n\
li %r0,0 \n\
OpenPOWER on IntegriCloud