]> err.no Git - linux-2.6/blobdiff - arch/powerpc/platforms/cell/spufs/spu_save.c
Merge branch 'linux-2.6' into for-2.6.24
[linux-2.6] / arch / powerpc / platforms / cell / spufs / spu_save.c
index 196033b8a5799a95cc4266be3941c6b7e5168256..ae95cc1701e9f8236cdd5ede575742f2ff22435c 100644 (file)
@@ -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)