[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:
Родитель
8a476d4955
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче