x86/softirq/64: Inline do_softirq_own_stack()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Feb 2021 23:40:54 +0000 (00:40 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 10 Feb 2021 22:34:17 +0000 (23:34 +0100)
commit72f40a2823d6e16229ab58b898c6f22044e5222f
tree5f1967e5f6621f4317c57aff4b58aca16b8ba670
parentdb1cc7aede37eb9235759131ddfefd9c0ea5136f
x86/softirq/64: Inline do_softirq_own_stack()

There is no reason to have this as a seperate function for a single caller.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210210002513.382806685@linutronix.de
arch/x86/include/asm/irq_stack.h
arch/x86/include/asm/softirq_stack.h [new file with mode: 0644]
arch/x86/kernel/irq_64.c