]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf700e78cfbc99e52b65d2666dc3b85edbec02568
tree6c146349fa462fb0a6a51a1920dfd87fe314c21e
parent4af50b831307ca063429878abf3245f4765cc3a7
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