x86/entry/64: Move do_softirq_own_stack() to C
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:24 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:07 +0000 (15:15 +0200)
commiteb6555c83933ce8e094d5429d57970aaa9f0591e
tree6c146349fa462fb0a6a51a1920dfd87fe314c21e
parent931b94145981e411bd2c934657649347ba8a9083
x86/entry/64: Move do_softirq_own_stack() to C

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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202117.870911120@linutronix.de
arch/x86/entry/entry_64.S
arch/x86/kernel/irq_64.c