Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28797
b: refs/heads/master
c: 2eabbbd
h: refs/heads/master
i:
  28795: 9a5a03a
v: v3
  • Loading branch information
Masato Noguchi authored and Paul Mackerras committed Jun 21, 2006
1 parent a5d86cc commit e491421
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a91942ae7ebd518006dcbeb2a1d7b147253c080e
refs/heads/master: 2eabbbd33ec39f690005aa186c57476598edc6b3
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spu_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ static int __spu_trap_mailbox(struct spu *spu)
static int __spu_trap_stop(struct spu *spu)
{
pr_debug("%s\n", __FUNCTION__);
spu->stop_code = in_be32(&spu->problem->spu_status_R);
if (spu->stop_callback)
spu->stop_callback(spu);
return 0;
Expand All @@ -169,7 +168,6 @@ static int __spu_trap_stop(struct spu *spu)
static int __spu_trap_halt(struct spu *spu)
{
pr_debug("%s\n", __FUNCTION__);
spu->stop_code = in_be32(&spu->problem->spu_status_R);
if (spu->stop_callback)
spu->stop_callback(spu);
return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,6 @@ int spu_restore(struct spu_state *new, struct spu *spu)

acquire_spu_lock(spu);
harvest(NULL, spu);
spu->stop_code = 0;
spu->dar = 0;
spu->dsisr = 0;
spu->slb_replace = 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-powerpc/spu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e491421

Please sign in to comment.