Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96237
b: refs/heads/master
c: 943906b
h: refs/heads/master
i:
  96235: b79e0cf
v: v3
  • Loading branch information
Jeremy Kerr committed May 5, 2008
1 parent 2bfa6c3 commit 535d09a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5711fe900dfef8d9afdbbb6d0f9c9720919d1d66
refs/heads/master: 943906ba4bebf629d5cd770e48b8ec0ddc433869
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ static inline void purge_mfc_queue(struct spu_state *csa, struct spu *spu)
* Restore, Step 14.
* Write MFC_CNTL[Pc]=1 (purge queue).
*/
out_be64(&priv2->mfc_control_RW, MFC_CNTL_PURGE_DMA_REQUEST);
out_be64(&priv2->mfc_control_RW,
MFC_CNTL_PURGE_DMA_REQUEST |
MFC_CNTL_SUSPEND_MASK);
eieio();
}

Expand Down

0 comments on commit 535d09a

Please sign in to comment.