From owner-svn-src-all@FreeBSD.ORG Wed Nov 17 20:37:17 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 119C91065673; Wed, 17 Nov 2010 20:37:17 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 006D58FC13; Wed, 17 Nov 2010 20:37:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAHKbGCE003636; Wed, 17 Nov 2010 20:37:16 GMT (envelope-from andreast@svn.freebsd.org) Received: (from andreast@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAHKbGGD003634; Wed, 17 Nov 2010 20:37:16 GMT (envelope-from andreast@svn.freebsd.org) Message-Id: <201011172037.oAHKbGGD003634@svn.freebsd.org> From: Andreas Tobler Date: Wed, 17 Nov 2010 20:37:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215441 - head/sys/boot/powerpc/ofw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 20:37:17 -0000 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,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\