diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/context.c')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/context.c b/arch/powerpc/platforms/cell/spufs/context.c index 6b091ea1d192..a7efb999d65e 100644 --- a/arch/powerpc/platforms/cell/spufs/context.c +++ b/arch/powerpc/platforms/cell/spufs/context.c | |||
@@ -55,6 +55,7 @@ struct spu_context *alloc_spu_context(struct spu_gang *gang) | |||
55 | ctx->ops = &spu_backing_ops; | 55 | ctx->ops = &spu_backing_ops; |
56 | ctx->owner = get_task_mm(current); | 56 | ctx->owner = get_task_mm(current); |
57 | INIT_LIST_HEAD(&ctx->rq); | 57 | INIT_LIST_HEAD(&ctx->rq); |
58 | INIT_LIST_HEAD(&ctx->aff_list); | ||
58 | if (gang) | 59 | if (gang) |
59 | spu_gang_add_ctx(gang, ctx); | 60 | spu_gang_add_ctx(gang, ctx); |
60 | ctx->cpus_allowed = current->cpus_allowed; | 61 | ctx->cpus_allowed = current->cpus_allowed; |