Author: andreast
Date: Wed Nov 17 20:37:16 2010
New Revision: 215441
URL: http://svn.freebsd.org/changeset/base/215441

Log:
  Revert r215435. We need to figure out the exact value to be loaded.
  
  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 20:21:10 2010        
(r215440)
+++ head/sys/boot/powerpc/ofw/start.c   Wed Nov 17 20:37:16 2010        
(r215441)
@@ -48,7 +48,7 @@ stack:                                \n\
 _start:                                \n\
        lis     %r1,st...@ha    \n\
        addi    %r1,%r1,st...@l \n\
-       addi    %r1,%r1,16384   \n\
+       addi    %r1,%r1,8192    \n\
                                \n\
        /* Clear the .bss!!! */ \n\
        li      %r0,0           \n\
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to