]> git.baikalelectronics.ru Git - kernel.git/commit
x86/softirq: Remove indirection in do_softirq_own_stack()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Feb 2021 23:40:50 +0000 (00:40 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 10 Feb 2021 22:34:15 +0000 (23:34 +0100)
commitb6f244a1d31d07244fd1a913833c1d0f2d5044cd
tree7516baf26ff08db3b91c4f89c6ce7bc5e5459250
parent6e63efcadd626ffcdc6adb29423822fd360ff4bd
x86/softirq: Remove indirection in do_softirq_own_stack()

Use the new inline stack switching and remove the old ASM indirect call
implementation.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210210002512.972714001@linutronix.de
arch/x86/entry/entry_64.S
arch/x86/include/asm/irq_stack.h
arch/x86/kernel/irq_64.c