Skip to content
Snippets Groups Projects
Commit 3734dfc6 authored by Julio M. Merino Vidal's avatar Julio M. Merino Vidal Committed by Jeremy Kerr
Browse files

[POWERPC] spufs: trace spu_acquire_saved events


The sputrace module contained a trace entry for spu_acquire_saved, but
this marker was not placed anywhere. Fix this by adding a marker to the
routine.

Signed-off-by: default avatarJulio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
parent 8a476d49
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,8 @@ int spu_acquire_saved(struct spu_context *ctx)
{
int ret;
spu_context_nospu_trace(spu_acquire_saved__enter, ctx);
ret = spu_acquire(ctx);
if (ret)
return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment