diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/sched.c')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/sched.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c index 758a80ac080a..c784edd40ea7 100644 --- a/arch/powerpc/platforms/cell/spufs/sched.c +++ b/arch/powerpc/platforms/cell/spufs/sched.c | |||
@@ -351,7 +351,8 @@ static void aff_set_ref_point_location(struct spu_gang *gang) | |||
351 | lowest_offset = ctx->aff_offset; | 351 | lowest_offset = ctx->aff_offset; |
352 | } | 352 | } |
353 | 353 | ||
354 | gang->aff_ref_spu = aff_ref_location(ctx, mem_aff, gs, lowest_offset); | 354 | gang->aff_ref_spu = aff_ref_location(gang->aff_ref_ctx, mem_aff, gs, |
355 | lowest_offset); | ||
355 | } | 356 | } |
356 | 357 | ||
357 | static struct spu *ctx_location(struct spu *ref, int offset, int node) | 358 | static struct spu *ctx_location(struct spu *ref, int offset, int node) |