Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64562
b: refs/heads/master
c: ada83da
h: refs/heads/master
v: v3
  • Loading branch information
Andre Detsch authored and Paul Mackerras committed Aug 30, 2007
1 parent 34bcd5d commit 4215013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 62ee68e3bcb0d056aae5b36dea0388ca25572cdf
refs/heads/master: ada83daab31c3ec35845785482124373a62f430c
6 changes: 1 addition & 5 deletions trunk/arch/powerpc/platforms/cell/spufs/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,7 @@ static int spu_reacquire_runnable(struct spu_context *ctx, u32 *npc,
if (ret)
return ret;

ret = spu_run_init(ctx, npc);
if (ret) {
spu_release(ctx);
return ret;
}
spuctx_switch_state(ctx, SPU_UTIL_USER);
return 0;
}

Expand Down

0 comments on commit 4215013

Please sign in to comment.