[POWERPC] spufs: add marker for destroy_spu_context
[pandora-kernel.git] / arch / powerpc / platforms / cell / spufs / context.c
index 91f2d4d..5c50100 100644 (file)
@@ -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);