]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc/ipic: Fix status get and status clear
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 18 Oct 2017 09:16:47 +0000 (11:16 +0200)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 17 Jan 2018 17:55:37 +0000 (12:55 -0500)
commitea51d62d96c1ff9c39614fb855aca7d2fc4c68fa
tree7967dcfc9efbe8b55bc6bc7e484385a1793c4c97
parentd807bd894ab8ee75f166a2929e1467fb91624535
powerpc/ipic: Fix status get and status clear

[ Upstream commit 6b148a7ce72a7f87c81cbcde48af014abc0516a9 ]

IPIC Status is provided by register IPIC_SERSR and not by IPIC_SERMR
which is the mask register.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
arch/powerpc/sysdev/ipic.c