x86/smp: Move smp_function_call implementations into IPI code
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2019 18:47:25 +0000 (20:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jul 2019 14:12:01 +0000 (16:12 +0200)
commitd0a7166bc7ac4feac5c482ebe8b2417aa3302ef4
tree430e032a096dd649e820a6d7beaf2353f2229dde
parent22ca7ee933a39f542ff6f81fc64f8036eff56519
x86/smp: Move smp_function_call implementations into IPI code

Move it where it belongs. That allows to keep all the shorthand logic in
one place.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105220.677835995@linutronix.de
arch/x86/include/asm/smp.h
arch/x86/kernel/apic/ipi.c
arch/x86/kernel/smp.c