aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/spu.h
diff options
context:
space:
mode:
authorMasato Noguchi <Masato.Noguchi@jp.sony.com>2006-06-19 14:33:31 -0400
committerPaul Mackerras <paulus@samba.org>2006-06-21 01:01:31 -0400
commit2eabbbd33ec39f690005aa186c57476598edc6b3 (patch)
treeabee6e62227111cfd961c7cf3bf692519837c380 /include/asm-powerpc/spu.h
parenta91942ae7ebd518006dcbeb2a1d7b147253c080e (diff)
[POWERPC] spufs: remove stop_code from struct spu
This patch remove 'stop_code' -- discarded member of struct spu. It is written at initialize and interrupt, but never read in current implementation. Signed-off-by: Masato Noguchi <Masato.Noguchi@jp.sony.com> 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h
index c7812e92f683..c0290f9d20bd 100644
--- a/include/asm-powerpc/spu.h
+++ b/include/asm-powerpc/spu.h
@@ -134,7 +134,6 @@ struct spu {
134 int class_0_pending; 134 int class_0_pending;
135 spinlock_t register_lock; 135 spinlock_t register_lock;
136 136
137 u32 stop_code;
138 void (* wbox_callback)(struct spu *spu); 137 void (* wbox_callback)(struct spu *spu);
139 void (* ibox_callback)(struct spu *spu); 138 void (* ibox_callback)(struct spu *spu);
140 void (* stop_callback)(struct spu *spu); 139 void (* stop_callback)(struct spu *spu);