x86/apic/flat64: Remove the IPI shorthand decision logic
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2019 18:47:29 +0000 (20:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jul 2019 14:12:02 +0000 (16:12 +0200)
commit2510d09e9dabc265341f164e0b45b2dfdcb7ef36
tree6f04476c9483d80b3fcbf54f29d20d41a4ce46eb
parentdea978632e8400b84888bad20df0cd91c18f0aec
x86/apic/flat64: Remove the IPI shorthand decision logic

All callers of apic->send_IPI_all() and apic->send_IPI_allbutself() contain
the decision logic for shorthand invocation already and invoke
send_IPI_mask() if the prereqisites are not satisfied.

Remove the now redundant decision logic in the APIC code and the duplicate
helper in probe_64.c.

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