aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/cell/spufs/context.c1
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 3f75c1e7adea..8bb33abfad17 100644
--- a/arch/powerpc/platforms/cell/spufs/context.c
+++ b/arch/powerpc/platforms/cell/spufs/context.c
@@ -51,6 +51,7 @@ struct spu_context *alloc_spu_context(void)
51 ctx->ibox_fasync = NULL; 51 ctx->ibox_fasync = NULL;
52 ctx->wbox_fasync = NULL; 52 ctx->wbox_fasync = NULL;
53 ctx->mfc_fasync = NULL; 53 ctx->mfc_fasync = NULL;
54 ctx->mfc = NULL;
54 ctx->tagwait = 0; 55 ctx->tagwait = 0;
55 ctx->state = SPU_STATE_SAVED; 56 ctx->state = SPU_STATE_SAVED;
56 ctx->local_store = NULL; 57 ctx->local_store = NULL;