diff --git a/[refs] b/[refs] index e7848fa4a343..9aef46555a92 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b +refs/heads/master: 7a896dc5f4a369193256653535aa7e2b521c611d diff --git a/trunk/arch/powerpc/platforms/cell/spufs/spu_save.c b/trunk/arch/powerpc/platforms/cell/spufs/spu_save.c index 196033b8a579..ae95cc1701e9 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/spu_save.c +++ b/trunk/arch/powerpc/platforms/cell/spufs/spu_save.c @@ -44,7 +44,7 @@ static inline void save_event_mask(void) * Read the SPU_RdEventMsk channel and save to the LSCSA. */ offset = LSCSA_QW_OFFSET(event_mask); - regs_spill[offset].slot[0] = spu_readch(SPU_RdEventStatMask); + regs_spill[offset].slot[0] = spu_readch(SPU_RdEventMask); } static inline void save_tag_mask(void)