]> 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)
commit7cff065c20583cdcb69679be6327405322f746fe
tree6c146349fa462fb0a6a51a1920dfd87fe314c21e
parente1d4fcbfeb20ceb598ff33b85cce81b9b3e0695b
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