powerpc/xmon: Fix output of XIVE IPI
authorCédric Le Goater <clg@kaod.org>
Tue, 10 Sep 2019 08:18:50 +0000 (10:18 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 13 Sep 2019 14:58:47 +0000 (00:58 +1000)
commit855d9140a394229f21fd4fd216f377ed45bd93a3
treed126c9150bcd8cc66ce1f5f4baf5389ea5f79d08
parent5896163f7f91c0560cc41908c808661eee4c4121
powerpc/xmon: Fix output of XIVE IPI

When dumping the XIVE state of an CPU IPI, xmon does not check if the
CPU is started or not which can cause an error. Add a check for that
and change the output to be on one line just as the XIVE interrupts of
the machine.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190910081850.26038-3-clg@kaod.org
arch/powerpc/sysdev/xive/common.c