commit | 855d9140a394229f21fd4fd216f377ed45bd93a3 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@kaod.org> | Tue Sep 10 10:18:50 2019 +0200 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Sep 14 00:58:47 2019 +1000 |
tree | d126c9150bcd8cc66ce1f5f4baf5389ea5f79d08 | |
parent | 5896163f7f91c0560cc41908c808661eee4c4121 [diff] |
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