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)
commit52d743f3b71265e14560a38f4c835d07b9c6fc4c
tree7516baf26ff08db3b91c4f89c6ce7bc5e5459250
parent359f01d1816fc1ea0161e6c30722bef1ed6b8abb
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