Re: [PATCH 1/2] powerpc/xmon: Improve output of XIVE interrupts

2019-09-19 Thread Michael Ellerman
On Tue, 2019-09-10 at 08:18:49 UTC, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= wrote: > When looping on the list of interrupts, add the current value of the > PQ bits with a load on the ESB page. This has the side effect of > faulting the ESB page of all interrupts. > > Signed-off-by: Cédric Le

[PATCH 1/2] powerpc/xmon: Improve output of XIVE interrupts

2019-09-10 Thread Cédric Le Goater
When looping on the list of interrupts, add the current value of the PQ bits with a load on the ESB page. This has the side effect of faulting the ESB page of all interrupts. Signed-off-by: Cédric Le Goater --- arch/powerpc/include/asm/xive.h | 3 +-- arch/powerpc/sysdev/xive/common.c | 29