[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 08:37:55 EST 2007
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.
-Geoff
More information about the cbe-oss-dev
mailing list