Re: [PATCH v2] cell: move SPU affinity init to spu_management_of_ops

2007-08-09 Thread Geoff Levand
Geoff Levand wrote: > Arnd Bergmann wrote: >> On Saturday 04 August 2007, Geoff Levand wrote: >>> >>> From: Andre Detsch <[EMAIL PROTECTED]> >>> >>> 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

Re: [PATCH v2] cell: move SPU affinity init to spu_management_of_ops

2007-08-06 Thread Geoff Levand
Arnd Bergmann wrote: > On Saturday 04 August 2007, Geoff Levand wrote: >> >> From: Andre Detsch <[EMAIL PROTECTED]> >> >> 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 li

Re: [PATCH v2] cell: move SPU affinity init to spu_management_of_ops

2007-08-04 Thread Arnd Bergmann
On Saturday 04 August 2007, Geoff Levand wrote: > > From: Andre Detsch <[EMAIL PROTECTED]> > > 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 happen

[PATCH v2] cell: move SPU affinity init to spu_management_of_ops

2007-08-03 Thread Geoff Levand
From: Andre Detsch <[EMAIL PROTECTED]> 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 chan