Skip to content

Commit

Permalink
[POWERPC] spufs: fix marker name for find_victim
Browse files Browse the repository at this point in the history
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: Julio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
  • Loading branch information
Julio M. Merino Vidal authored and Jeremy Kerr committed Apr 30, 2008
1 parent 5345788 commit 8a476d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a476d4

Please sign in to comment.