Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b301b8 authored by Dwayne Grant Mcconnell's avatar Dwayne Grant Mcconnell Committed by Paul Mackerras
Browse files

[POWERPC] spufs: fix signal2 file to report signal2



This fixes the /signal2 file to actually give signal2 data.

Signed-off-by: default avatarDwayne Grant Mcconnell <decimal@us.ibm.com>
Signed-off-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent e2100efb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)