Commit 3734dfc6 authored by Julio M. Merino Vidal's avatar Julio M. Merino Vidal Committed by Jeremy Kerr

[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
...@@ -152,6 +152,8 @@ int spu_acquire_saved(struct spu_context *ctx) ...@@ -152,6 +152,8 @@ int spu_acquire_saved(struct spu_context *ctx)
{ {
int ret; int ret;
spu_context_nospu_trace(spu_acquire_saved__enter, ctx);
ret = spu_acquire(ctx); ret = spu_acquire(ctx);
if (ret) if (ret)
return ret; return ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment