Re: [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-09 Thread Cédric Le Goater
On 3/9/21 10:42 AM, Greg Kurz wrote: > On Tue, 9 Mar 2021 10:13:39 +0100 > Greg Kurz wrote: > >> On Mon, 8 Mar 2021 19:11:11 +0100 >> Cédric Le Goater wrote: >> >>> On 3/8/21 7:07 PM, Greg Kurz wrote: On Wed, 3 Mar 2021 18:48:53 +0100 Cédric Le Goater wrote: > Now that the

Re: [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-09 Thread Greg Kurz
On Tue, 9 Mar 2021 10:13:39 +0100 Greg Kurz wrote: > On Mon, 8 Mar 2021 19:11:11 +0100 > Cédric Le Goater wrote: > > > On 3/8/21 7:07 PM, Greg Kurz wrote: > > > On Wed, 3 Mar 2021 18:48:53 +0100 > > > Cédric Le Goater wrote: > > > > > >> Now that the IPI interrupt has its own domain, the

Re: [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-09 Thread Greg Kurz
On Mon, 8 Mar 2021 19:11:11 +0100 Cédric Le Goater wrote: > On 3/8/21 7:07 PM, Greg Kurz wrote: > > On Wed, 3 Mar 2021 18:48:53 +0100 > > Cédric Le Goater wrote: > > > >> Now that the IPI interrupt has its own domain, the checks on the HW > >> interrupt number XIVE_IPI_HW_IRQ and on the chip

Re: [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-08 Thread Cédric Le Goater
On 3/8/21 7:07 PM, Greg Kurz wrote: > On Wed, 3 Mar 2021 18:48:53 +0100 > Cédric Le Goater wrote: > >> Now that the IPI interrupt has its own domain, the checks on the HW >> interrupt number XIVE_IPI_HW_IRQ and on the chip can be replaced by a >> check on the domain. >> >> Signed-off-by: Cédric

Re: [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-08 Thread Greg Kurz
On Wed, 3 Mar 2021 18:48:53 +0100 Cédric Le Goater wrote: > Now that the IPI interrupt has its own domain, the checks on the HW > interrupt number XIVE_IPI_HW_IRQ and on the chip can be replaced by a > check on the domain. > > Signed-off-by: Cédric Le Goater > --- Shouldn't this have the

[PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()

2021-03-03 Thread Cédric Le Goater
Now that the IPI interrupt has its own domain, the checks on the HW interrupt number XIVE_IPI_HW_IRQ and on the chip can be replaced by a check on the domain. Signed-off-by: Cédric Le Goater --- arch/powerpc/sysdev/xive/common.c | 18 -- 1 file changed, 4 insertions(+), 14