[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>
This commit is contained in:
Masato Noguchi
2006-06-19 20:33:31 +02:00
committed by Paul Mackerras
부모 a91942ae7e
커밋 2eabbbd33e
3개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -134,7 +134,6 @@ struct spu {
int class_0_pending;
spinlock_t register_lock;
u32 stop_code;
void (* wbox_callback)(struct spu *spu);
void (* ibox_callback)(struct spu *spu);
void (* stop_callback)(struct spu *spu);