Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109702
b: refs/heads/master
c: b2e601d
h: refs/heads/master
v: v3
  • Loading branch information
Andre Detsch authored and Jeremy Kerr committed Sep 7, 2008
1 parent 1c9b68f commit 8a420b5
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: b65fe0356b5b732d7e1e0224c6a1cf2eb5255984
refs/heads/master: b2e601d14deb2083e2a537b47869ab3895d23a28
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 @@ -728,7 +728,8 @@ static void spu_schedule(struct spu *spu, struct spu_context *ctx)
/* not a candidate for interruptible because it's called either
from the scheduler thread or from spu_deactivate */
mutex_lock(&ctx->state_mutex);
__spu_schedule(spu, ctx);
if (ctx->state == SPU_STATE_SAVED)
__spu_schedule(spu, ctx);
spu_release(ctx);
}

Expand Down

0 comments on commit 8a420b5

Please sign in to comment.