diff options
| -rw-r--r-- | arch/powerpc/platforms/cell/spufs/sched.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c index 1df7d6d152c7..8a05ac863a27 100644 --- a/arch/powerpc/platforms/cell/spufs/sched.c +++ b/arch/powerpc/platforms/cell/spufs/sched.c | |||
| @@ -659,7 +659,8 @@ static struct spu *find_victim(struct spu_context *ctx) | |||
| 659 | 659 | ||
| 660 | victim->stats.invol_ctx_switch++; | 660 | victim->stats.invol_ctx_switch++; |
| 661 | spu->stats.invol_ctx_switch++; | 661 | spu->stats.invol_ctx_switch++; |
| 662 | spu_add_to_rq(victim); | 662 | if (test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) |
| 663 | spu_add_to_rq(victim); | ||
| 663 | 664 | ||
| 664 | mutex_unlock(&victim->state_mutex); | 665 | mutex_unlock(&victim->state_mutex); |
| 665 | 666 | ||
