Re: [RFC PATCH v3 05/15] powerpc/irq: Add helpers to get and set regs->softe

2020-04-06 Thread Nicholas Piggin
Christophe Leroy's on April 7, 2020 4:16 am: > regs->softe doesn't exist on PPC32. > > Add helpers to get and set regs->softe. > Those helpers will void on PPC32. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/include/asm/hw_irq.h | 21 +++-- > 1 file changed, 19

[RFC PATCH v3 05/15] powerpc/irq: Add helpers to get and set regs->softe

2020-04-06 Thread Christophe Leroy
regs->softe doesn't exist on PPC32. Add helpers to get and set regs->softe. Those helpers will void on PPC32. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/hw_irq.h | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git