]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit099d1ba9322883dfec4c1983157c1bcdac3f58b2
tree430e032a096dd649e820a6d7beaf2353f2229dde
parentfed32a3d513c196078af92644d69f58dffe88397
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