projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5345788
)
[POWERPC] spufs: fix marker name for find_victim
author
Julio M. Merino Vidal
<jmerino@ac.upc.edu>
Wed, 30 Apr 2008 05:16:14 +0000
(15:16 +1000)
committer
Jeremy Kerr
<jk@ozlabs.org>
Wed, 30 Apr 2008 05:16:14 +0000
(15:16 +1000)
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>
arch/powerpc/platforms/cell/spufs/sched.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/spufs/sched.c
b/arch/powerpc/platforms/cell/spufs/sched.c
index 31e9d85761c2b02ce7dd515ae94233eb5c033721..62280c292aac88b481291757a7e78aa094c3cf8f 100644
(file)
--- a/
arch/powerpc/platforms/cell/spufs/sched.c
+++ b/
arch/powerpc/platforms/cell/spufs/sched.c
@@
-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_vi
c
tim__enter, ctx);
/*
* Look for a possible preemption candidate on the local node first.