diff options
Diffstat (limited to 'arch/powerpc/platforms/cell')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/switch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/switch.c b/arch/powerpc/platforms/cell/spufs/switch.c index d2a1249d36dd..65b423b6da48 100644 --- a/arch/powerpc/platforms/cell/spufs/switch.c +++ b/arch/powerpc/platforms/cell/spufs/switch.c | |||
@@ -462,7 +462,9 @@ static inline void purge_mfc_queue(struct spu_state *csa, struct spu *spu) | |||
462 | * Restore, Step 14. | 462 | * Restore, Step 14. |
463 | * Write MFC_CNTL[Pc]=1 (purge queue). | 463 | * Write MFC_CNTL[Pc]=1 (purge queue). |
464 | */ | 464 | */ |
465 | out_be64(&priv2->mfc_control_RW, MFC_CNTL_PURGE_DMA_REQUEST); | 465 | out_be64(&priv2->mfc_control_RW, |
466 | MFC_CNTL_PURGE_DMA_REQUEST | | ||
467 | MFC_CNTL_SUSPEND_MASK); | ||
466 | eieio(); | 468 | eieio(); |
467 | } | 469 | } |
468 | 470 | ||