diff options
author | arnd@arndb.de <arnd@arndb.de> | 2006-10-24 12:31:17 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-25 00:20:21 -0400 |
commit | eb758ce5b0d84e13cb643b6cc7cb429f6fa28258 (patch) | |
tree | 6c1d7a83094cb2c6ca3d432a5e565828cce78cf4 /include/asm-powerpc/spu.h | |
parent | 5737edd1ddbde5ab7f63bb3cb36015edbdb7c295 (diff) |
[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 a1cf476c66f5..704e8a8d2ebd 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -291,8 +291,8 @@ struct spu_problem { | |||
291 | #define SPU_STATUS_INVALID_INSTR 0x20 | 291 | #define SPU_STATUS_INVALID_INSTR 0x20 |
292 | #define SPU_STATUS_INVALID_CH 0x40 | 292 | #define SPU_STATUS_INVALID_CH 0x40 |
293 | #define SPU_STATUS_ISOLATED_STATE 0x80 | 293 | #define SPU_STATUS_ISOLATED_STATE 0x80 |
294 | #define SPU_STATUS_ISOLATED_LOAD_STAUTUS 0x200 | 294 | #define SPU_STATUS_ISOLATED_LOAD_STATUS 0x200 |
295 | #define SPU_STATUS_ISOLATED_EXIT_STAUTUS 0x400 | 295 | #define SPU_STATUS_ISOLATED_EXIT_STATUS 0x400 |
296 | u8 pad_0x4028_0x402c[0x4]; /* 0x4028 */ | 296 | u8 pad_0x4028_0x402c[0x4]; /* 0x4028 */ |
297 | u32 spu_spe_R; /* 0x402c */ | 297 | u32 spu_spe_R; /* 0x402c */ |
298 | u8 pad_0x4030_0x4034[0x4]; /* 0x4030 */ | 298 | u8 pad_0x4030_0x4034[0x4]; /* 0x4030 */ |