Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53457881 authored by Julio M. Merino Vidal's avatar Julio M. Merino Vidal Committed by Jeremy Kerr
Browse files

[POWERPC] spufs: add marker for destroy_spu_context



The sputrace module contained a reference to a marker for
destroy_spu_context, but this marker did not appear in the code. Fix
this by adding a marker in the function.

Signed-off-by: default avatarJulio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
parent d6508aaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,7 @@ void destroy_spu_context(struct kref *kref)
{
{
	struct spu_context *ctx;
	struct spu_context *ctx;
	ctx = container_of(kref, struct spu_context, kref);
	ctx = container_of(kref, struct spu_context, kref);
	spu_context_nospu_trace(destroy_spu_context__enter, ctx);
	mutex_lock(&ctx->state_mutex);
	mutex_lock(&ctx->state_mutex);
	spu_deactivate(ctx);
	spu_deactivate(ctx);
	mutex_unlock(&ctx->state_mutex);
	mutex_unlock(&ctx->state_mutex);