x86/apic: Remove the shorthand decision logic
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2019 18:47:27 +0000 (20:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jul 2019 14:12:02 +0000 (16:12 +0200)
commit1f0ad660488b8eb2450d1834af6a156104281194
tree6fd9d8688c67bf4f7e7e89e8502df3fa9b5a3547
parent832df3d47badcbc860aef617105b6bc1c9459304
x86/apic: Remove the 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 32bit implementation.

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