mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
[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: Julio M. Merino Vidal <jmerino@ac.upc.edu> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
This commit is contained in:
parent
8a476d4955
commit
3734dfc68b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user