diff options
author | arnd@arndb.de <arnd@arndb.de> | 2006-10-24 18:31:17 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-25 14:20:21 +1000 |
commit | eb758ce5b0d84e13cb643b6cc7cb429f6fa28258 (patch) | |
tree | 6c1d7a83094cb2c6ca3d432a5e565828cce78cf4 /include/asm-powerpc/spu.h | |
parent | 5737edd1ddbde5ab7f63bb3cb36015edbdb7c295 (diff) | |
download | kernel-crypto-eb758ce5b0d84e13cb643b6cc7cb429f6fa28258.tar.gz kernel-crypto-eb758ce5b0d84e13cb643b6cc7cb429f6fa28258.tar.xz kernel-crypto-eb758ce5b0d84e13cb643b6cc7cb429f6fa28258.zip |
[POWERPC] spufs: "stautus" isnt a word.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index a1cf476c66f..704e8a8d2eb 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h @@ -291,8 +291,8 @@ struct spu_problem { #define SPU_STATUS_INVALID_INSTR 0x20 #define SPU_STATUS_INVALID_CH 0x40 #define SPU_STATUS_ISOLATED_STATE 0x80 -#define SPU_STATUS_ISOLATED_LOAD_STAUTUS 0x200 -#define SPU_STATUS_ISOLATED_EXIT_STAUTUS 0x400 +#define SPU_STATUS_ISOLATED_LOAD_STATUS 0x200 +#define SPU_STATUS_ISOLATED_EXIT_STATUS 0x400 u8 pad_0x4028_0x402c[0x4]; /* 0x4028 */ u32 spu_spe_R; /* 0x402c */ u8 pad_0x4030_0x4034[0x4]; /* 0x4030 */ |