Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62246
b: refs/heads/master
c: 1cfc0f8
h: refs/heads/master
v: v3
  • Loading branch information
Masato Noguchi authored and Arnd Bergmann committed Jul 20, 2007
1 parent 09e9856 commit a4de2fc
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 224 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: cfd529b25d9b1d48423b85d76066348e2459e646
refs/heads/master: 1cfc0f86eb0348dd04ace8c2171642ebe9cd87bb
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/spu_restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static inline void restore_decr(void)
* decrementer value from LSCSA.
*/
offset = LSCSA_QW_OFFSET(decr_status);
decr_running = regs_spill[offset].slot[0];
decr_running = regs_spill[offset].slot[0] & SPU_DECR_STATUS_RUNNING;
if (decr_running) {
offset = LSCSA_QW_OFFSET(decr);
decr = regs_spill[offset].slot[0];
Expand Down
Loading

0 comments on commit a4de2fc

Please sign in to comment.