From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound3-fra-R.bigfish.com (outbound-fra.frontbridge.com [62.209.45.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTP id 4396DDDE05 for ; Wed, 21 Feb 2007 11:58:29 +1100 (EST) Message-ID: <45DB98DC.8060708@am.sony.com> Date: Tue, 20 Feb 2007 16:57:00 -0800 From: Geoff Levand MIME-Version: 1.0 To: David Gibson Subject: Re: [PATCH 7/14] zImage: Cleanup and improve zImage entry point References: <20070220021235.173B5DDD06@ozlabs.org> In-Reply-To: <20070220021235.173B5DDD06@ozlabs.org> Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Gibson wrote: > This patch re-organises the way the zImage wrapper code is entered, to > allow more flexibility on platforms with unusual entry conditions. > After this patch, a platform .o file has two options: I tested this on on PS3 without trouble. Acked-by: Geoff Levand