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

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

[POWERPC] spufs: fix marker name for find_victim



Fix a typo in the marker for the find_victim function, which prevented
it from being traced. It previously read find_vitim.

Signed-off-by: default avatarJulio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
parent 53457881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -593,7 +593,7 @@ static struct spu *find_victim(struct spu_context *ctx)
	struct spu *spu;
	int node, n;

	spu_context_nospu_trace(spu_find_vitim__enter, ctx);
	spu_context_nospu_trace(spu_find_victim__enter, ctx);

	/*
	 * Look for a possible preemption candidate on the local node first.