Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96820
b: refs/heads/master
c: 08fcf1d
h: refs/heads/master
v: v3
  • Loading branch information
Luke Browning authored and Paul Mackerras committed May 15, 2008
1 parent 4c3fc0a commit af0cc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bfd123bf91704b88093673e615cc93329f820ab4
refs/heads/master: 08fcf1d61193d7b7779aa6d7388535e26e064a0b
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static struct spu *find_victim(struct spu_context *ctx)

victim->stats.invol_ctx_switch++;
spu->stats.invol_ctx_switch++;
if (test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags))
if (test_bit(SPU_SCHED_SPU_RUN, &victim->sched_flags))
spu_add_to_rq(victim);

mutex_unlock(&victim->state_mutex);
Expand Down

0 comments on commit af0cc7a

Please sign in to comment.