Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17228
b: refs/heads/master
c: 0106246
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jan 9, 2006
1 parent a45b0c9 commit b3075da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5ef8224aaa9220bfecb362f0802cf78aad47c02a
refs/heads/master: 0106246594a05f02a6be6ee4695c7584c758fa7f
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spufs/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ int spu_acquire_runnable(struct spu_context *ctx)

if (ctx->state == SPU_STATE_SAVED) {
ret = spu_activate(ctx, 0);
if (ret)
goto out;
ctx->state = SPU_STATE_RUNNABLE;
}
if (ret)
goto out;

downgrade_write(&ctx->state_sema);
/* On success, we return holding the lock */
Expand Down

0 comments on commit b3075da

Please sign in to comment.