From owner-p4-projects@FreeBSD.ORG Sun Jan 6 22:30:56 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B634C16A420; Sun, 6 Jan 2008 22:30:56 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6738A16A418; Sun, 6 Jan 2008 22:30:56 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id C6DC013C45D; Sun, 6 Jan 2008 22:30:55 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DLJ49758 (AUTH peterg@ptree32.com.au); Mon, 7 Jan 2008 08:17:54 +1000 (EST) Message-ID: <47815371.9020501@freebsd.org> Date: Sun, 06 Jan 2008 14:17:21 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Rafal Jaworowski References: <200801041525.m04FPIrt011288@repoman.freebsd.org> In-Reply-To: <200801041525.m04FPIrt011288@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 132485 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 22:30:57 -0000 Hi Rafal, > Temporary fix to avoid confusion of 'kstack0' symbol and make e500 > kernel operational again. kstack0 area requires further > improvements (space for kstack0 is now statically defined within > kernel body, does not have guard pages etc., which should be fixed) On AIM it is allocated correctly but never switched over. The (not-yet-implemented) plan was to mimic amd64 and return the value from powerpc_init() to locore, switching r1 to this value before calling mi_startup(). later, Peter.