Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101758
b: refs/heads/master
c: 2442a8b
h: refs/heads/master
v: v3
  • Loading branch information
Luke Browning authored and Jeremy Kerr committed Jul 9, 2008
1 parent 48de79a commit a6bc46c
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: 46deed69b34d0aa6065e92ad79685e103d4ccd35
refs/heads/master: 2442a8ba5abe2c27c572bc522da1c33df98c6ec7
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 @@ -899,7 +899,8 @@ static noinline void spusched_tick(struct spu_context *ctx)
spu_add_to_rq(ctx);
} else {
spu_context_nospu_trace(spusched_tick__newslice, ctx);
ctx->time_slice++;
if (!ctx->time_slice)
ctx->time_slice++;
}
out:
spu_release(ctx);
Expand Down

0 comments on commit a6bc46c

Please sign in to comment.