OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2017 09:10:25 +0000 (10:10 +0100)
commit0fe5286e49d4e1fe7eba347302b3d3dee217eade
tree637f7e83dc6035e306d04fd57af7e7bf6a1b97ef
parent2637cb1e3d8086cd31a96e60c3e7e0aa74c043f4
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@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/sysdev/ipic.c