From 83f0b6800e3399625bbea17bddcb80ef25c6ab51 Mon Sep 17 00:00:00 2001 From: "Julio M. Merino Vidal" Date: Wed, 30 Apr 2008 15:12:30 +1000 Subject: [PATCH] --- yaml --- r: 95317 b: refs/heads/master c: 534578816f028b0dc675fdcc3314016d98588327 h: refs/heads/master i: 95315: 43615ef2ebf6aefb2ab3a8d6ce9556c194cce4b8 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spufs/context.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3f7b6bcdd129..04edfed25c6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6508aaf27ccef0d7e986aaa220ad4d098bca260 +refs/heads/master: 534578816f028b0dc675fdcc3314016d98588327 diff --git a/trunk/arch/powerpc/platforms/cell/spufs/context.c b/trunk/arch/powerpc/platforms/cell/spufs/context.c index 91f2d4d9aefd..5c5010078042 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/context.c +++ b/trunk/arch/powerpc/platforms/cell/spufs/context.c @@ -78,6 +78,7 @@ void destroy_spu_context(struct kref *kref) { struct spu_context *ctx; ctx = container_of(kref, struct spu_context, kref); + spu_context_nospu_trace(destroy_spu_context__enter, ctx); mutex_lock(&ctx->state_mutex); spu_deactivate(ctx); mutex_unlock(&ctx->state_mutex);