mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
[POWERPC] spufs: fix signal2 file to report signal2
This fixes the /signal2 file to actually give signal2 data. Signed-off-by: Dwayne Grant Mcconnell <decimal@us.ibm.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
e2100efb26
commit
f6b301b89b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user