]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xive: Fix xmon support on the PowerNV platform
authorCédric Le Goater <clg@kaod.org>
Fri, 6 Mar 2020 15:01:41 +0000 (16:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 08:50:23 +0000 (10:50 +0200)
commit15877f7732a485007363277c2cc56adfc4f00b5b
tree8d3308095cf370b05833cd993b8677119645657f
parent6109d4c9b3f239cc2cb090191c654eb8ba039491
powerpc/xive: Fix xmon support on the PowerNV platform

commit b609ae4337ae2779c32bee30fd66a1a263686ac8 upstream.

The PowerNV platform has multiple IRQ chips and the xmon command
dumping the state of the XIVE interrupt should only operate on the
XIVE IRQ chip.

Fixes: 1a2d3d290327 ("powerpc/xmon: Improve output of XIVE interrupts")
Cc: stable@vger.kernel.org # v5.4+
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200306150143.5551-3-clg@kaod.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/sysdev/xive/common.c