Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63654
b: refs/heads/master
c: 683e3ab
h: refs/heads/master
v: v3
  • Loading branch information
Andre Detsch authored and Paul Mackerras committed Aug 3, 2007
1 parent 2ae2b24 commit 2bcc810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 430404ed9c2f202ca9d3c8072699b2b0279e4dfe
refs/heads/master: 683e3ab2b54a7190ec8517705880171cc8ac1d92
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ static void aff_set_ref_point_location(struct spu_gang *gang)
lowest_offset = ctx->aff_offset;
}

gang->aff_ref_spu = aff_ref_location(ctx, mem_aff, gs, lowest_offset);
gang->aff_ref_spu = aff_ref_location(gang->aff_ref_ctx, mem_aff, gs,
lowest_offset);
}

static struct spu *ctx_location(struct spu *ref, int offset, int node)
Expand Down

0 comments on commit 2bcc810

Please sign in to comment.