From afe38afa68521d0db2e2a932e54aa0b74bad5e13 Mon Sep 17 00:00:00 2001 From: Dwayne Grant Mcconnell Date: Tue, 24 Oct 2006 18:27:30 +0200 Subject: [PATCH] --- yaml --- r: 40285 b: refs/heads/master c: f6b301b89b7bf0bb872da4f37dc28240413cbae7 h: refs/heads/master i: 40283: be00221e3efeeda0f8e4590509edcead14067554 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spufs/hw_ops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c9bffc124970..bef902bea600 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2100efb266c9335925191afe79f81f8d0a5807e +refs/heads/master: f6b301b89b7bf0bb872da4f37dc28240413cbae7 diff --git a/trunk/arch/powerpc/platforms/cell/spufs/hw_ops.c b/trunk/arch/powerpc/platforms/cell/spufs/hw_ops.c index efc452e71ab0..d805ffed892d 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/hw_ops.c +++ b/trunk/arch/powerpc/platforms/cell/spufs/hw_ops.c @@ -147,7 +147,7 @@ static void spu_hw_signal1_write(struct spu_context *ctx, u32 data) static u32 spu_hw_signal2_read(struct spu_context *ctx) { - return in_be32(&ctx->spu->problem->signal_notify1); + return in_be32(&ctx->spu->problem->signal_notify2); } static void spu_hw_signal2_write(struct spu_context *ctx, u32 data)