Re: [PATCH 2/4] powerpc/xive: Fix xmon support on the PowerNV platform

2020-03-10 Thread Greg Kurz
On Fri, 6 Mar 2020 16:01:41 +0100 Cédric Le Goater wrote: > 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: 5896163f7f91 ("powerpc/xmon: Improve output of XIVE interrupts") > Cc: st

[PATCH 2/4] powerpc/xive: Fix xmon support on the PowerNV platform

2020-03-06 Thread Cédric Le Goater
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: 5896163f7f91 ("powerpc/xmon: Improve output of XIVE interrupts") Cc: sta...@vger.kernel.org # v5.4+ Signed-off-by: Cédric Le Goater --- arch/p