Re: [patch V6 08/37] x86/entry/64: Move do_softirq_own_stack() to C

2020-05-18 Thread Andy Lutomirski
On Fri, May 15, 2020 at 5:10 PM Thomas Gleixner wrote: > > > The first step to get rid of the ENTER/LEAVE_IRQ_STACK ASM macro maze. Use > the new C code helpers to move do_softirq_own_stack() out of ASM code. > > Signed-off-by: Thomas Gleixner > > diff --git a/arch/x86/entry/entry_64.S

[patch V6 08/37] x86/entry/64: Move do_softirq_own_stack() to C

2020-05-15 Thread Thomas Gleixner
The first step to get rid of the ENTER/LEAVE_IRQ_STACK ASM macro maze. Use the new C code helpers to move do_softirq_own_stack() out of ASM code. Signed-off-by: Thomas Gleixner diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index 3b8da9f09297..bdf8391b2f95 100644 ---