Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a896dc5f4a369193256653535aa7e2b521c611d
Commit:     7a896dc5f4a369193256653535aa7e2b521c611d
Parent:     cf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b
Author:     Sebastian Siewior <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 29 10:57:49 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 15:24:44 2007 +1000

    [POWERPC] spufs: fix building spufs/spu_save_dump.h
    
    Currently it fails with gcc from sdk 2.1 because of a spec change [1].
    Maybe we should start using the definitions from spu_mfcio.h.
    
    [1] http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01598.html
    
    Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]>
    Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/cell/spufs/spu_save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/cell/spufs/spu_save.c 
b/arch/powerpc/platforms/cell/spufs/spu_save.c
index 196033b..ae95cc1 100644
--- a/arch/powerpc/platforms/cell/spufs/spu_save.c
+++ b/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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to