[Cbe-oss-dev] [PATCH] cell: move SPU affinity init to spu_management_of_ops

Geoff Levand geoffrey.levand at am.sony.com
Wed Aug 1 12:08:31 EST 2007


Geoff Levand wrote:
> Andre Detsch wrote:
> 
>>  const struct spu_management_ops spu_management_ps3_ops = {
>>  	.enumerate_spus = ps3_enumerate_spus,
>>  	.create_spu = ps3_create_spu,
>>  	.destroy_spu = ps3_destroy_spu,
>>  	.enable_spu = ps3_enable_spu,
>>  	.disable_spu = ps3_disable_spu,
>> +	.init_affinity = ps3_init_affinity,
>>  };
> 
> This is quite different from what I see in linux-2.6.git, which is what
> this patch should be fixing.  You should re-base this patch so
> it can be sent upstream.

Acked-by: Geoff Levand <geoffrey.levand at am.sony.com>

Arnd, 

Please check this and send the re-based version upstream as
a bug fix for -rc2.

I checked this and it seems to do the correct thing for PS3.


-Geoff




More information about the cbe-oss-dev mailing list