Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67336
b: refs/heads/master
c: 6232a74
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Kerr authored and Paul Mackerras committed Sep 19, 2007
1 parent 152f005 commit 50ba3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 1e8b0f6d1b4dd5fafe732a24dfcb9ac9fd27cf08
refs/heads/master: 6232a74f25f45a98d8cf64c5d4208f4795eb693d
13 changes: 0 additions & 13 deletions trunk/arch/powerpc/platforms/cell/spufs/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2146,19 +2146,6 @@ int spu_restore(struct spu_state *new, struct spu *spu)
}
EXPORT_SYMBOL_GPL(spu_restore);

/**
* spu_harvest - SPU harvest (reset) operation
* @spu: pointer to SPU iomem structure.
*
* Perform SPU harvest (reset) operation.
*/
void spu_harvest(struct spu *spu)
{
acquire_spu_lock(spu);
harvest(NULL, spu);
release_spu_lock(spu);
}

static void init_prob(struct spu_state *csa)
{
csa->spu_chnlcnt_RW[9] = 1;
Expand Down

0 comments on commit 50ba3d3

Please sign in to comment.