Re: [PATCH v3 5/8] powerpc/xive: add the HW IRQ number under xive_irq_data

2017-08-31 Thread Benjamin Herrenschmidt
On Wed, 2017-08-30 at 21:46 +0200, Cédric Le Goater wrote: > It will be required later by the H_INT_ESB hcall. > > Signed-off-by: Cédric Le Goater Acked-by: Benjamin Herrenschmidt A little but unfortunate as the number is available in the irq_data but that would mean changing more of our intern

[PATCH v3 5/8] powerpc/xive: add the HW IRQ number under xive_irq_data

2017-08-30 Thread Cédric Le Goater
It will be required later by the H_INT_ESB hcall. Signed-off-by: Cédric Le Goater --- arch/powerpc/include/asm/xive.h | 1 + arch/powerpc/sysdev/xive/native.c | 2 ++ arch/powerpc/sysdev/xive/spapr.c | 2 ++ 3 files changed, 5 insertions(+) diff --git a/arch/powerpc/include/asm/xive.h b/arch