commit | 72f40a2823d6e16229ab58b898c6f22044e5222f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 10 00:40:54 2021 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 10 23:34:17 2021 +0100 |
tree | 5f1967e5f6621f4317c57aff4b58aca16b8ba670 | |
parent | db1cc7aede37eb9235759131ddfefd9c0ea5136f [diff] |
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