diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/switch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/switch.c b/arch/powerpc/platforms/cell/spufs/switch.c index 97a0e80c7df8..4210ec2cb4ca 100644 --- a/arch/powerpc/platforms/cell/spufs/switch.c +++ b/arch/powerpc/platforms/cell/spufs/switch.c | |||
@@ -2129,6 +2129,7 @@ static void init_prob(struct spu_state *csa) | |||
2129 | csa->spu_chnlcnt_RW[28] = 1; | 2129 | csa->spu_chnlcnt_RW[28] = 1; |
2130 | csa->spu_chnlcnt_RW[30] = 1; | 2130 | csa->spu_chnlcnt_RW[30] = 1; |
2131 | csa->prob.spu_runcntl_RW = SPU_RUNCNTL_STOP; | 2131 | csa->prob.spu_runcntl_RW = SPU_RUNCNTL_STOP; |
2132 | csa->prob.mb_stat_R = 0x000400; | ||
2132 | } | 2133 | } |
2133 | 2134 | ||
2134 | static void init_priv1(struct spu_state *csa) | 2135 | static void init_priv1(struct spu_state *csa) |