From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ozlabs.org (Postfix) with ESMTP id 0AA00DE023 for ; Thu, 25 Jan 2007 16:59:32 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 4/14] ps3: fix struct alignment attributes Date: Thu, 25 Jan 2007 06:59:22 +0100 References: <45B8187B.3010506@am.sony.com> In-Reply-To: <45B8187B.3010506@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200701250659.22727.arnd@arndb.de> Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 25 January 2007 03:39, Geoff Levand wrote: > Remove incorrect alignment attributes in PS3 platform code for > struct spe_shadow, struct os_area_header, and struct os_area_params. > > Signed-off-by: Geoff Levand > Acked-by: Arnd Bergmann