Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96247
b: refs/heads/master
c: 7a28a15
h: refs/heads/master
i:
  96245: 7fc7864
  96243: 2d4b16d
  96239: 0b1461f
v: v3
  • Loading branch information
Christoph Hellwig authored and Jeremy Kerr committed May 8, 2008
1 parent 4d41ee0 commit c4efd29
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 826be063eee9b4c2703fd86cfc9723bc391ff1cb
refs/heads/master: 7a28a1549f9514f3b0dd3dde5c7337ba5d44fba3
3 changes: 2 additions & 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,8 @@ static struct spu *find_victim(struct spu_context *ctx)

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

mutex_unlock(&victim->state_mutex);

Expand Down

0 comments on commit c4efd29

Please sign in to comment.