Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108904
b: refs/heads/master
c: cb9808d
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and Jeremy Kerr committed Aug 19, 2008
1 parent eb5eda3 commit a6f7107
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8d5636fbca202f61fdb808fc9e20c0142291d802
refs/heads/master: cb9808d3d0cb0ed97197decadcf0431140b9e231
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ void spuctx_switch_state(struct spu_context *ctx,
node = spu->node;
if (old_state == SPU_UTIL_USER)
atomic_dec(&cbe_spu_info[node].busy_spus);
if (new_state == SPU_UTIL_USER);
if (new_state == SPU_UTIL_USER)
atomic_inc(&cbe_spu_info[node].busy_spus);
}
}
Expand Down

0 comments on commit a6f7107

Please sign in to comment.