From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH v2] cell: move SPU affinity init to spu_management_of_ops Date: Sat, 4 Aug 2007 09:25:48 +0200 References: <200707252342.50244.adetsch@br.ibm.com> <46B3DC2A.408@am.sony.com> In-Reply-To: <46B3DC2A.408@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200708040925.49098.arnd@arndb.de> Cc: Andre Detsch , Paul Mackerras , hch@lst.de, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Saturday 04 August 2007, Geoff Levand wrote: > > From: Andre Detsch > > This patch moves affinity initialization code from spu_base.c to a > new spu_management_of_ops function (init_affinity), which is empty > in the case of PS3. This fixes a linking problem that was happening > when compiling for PS3. > Also, some small code style changes were made. > > Signed-off-by: Andre Detsch > Signed-off-by: Geoff Levand Acked-by: Arnd Bergmann