x86/apic: Move no_ipi_broadcast() out of 32bit
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2019 18:47:21 +0000 (20:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jul 2019 14:12:00 +0000 (16:12 +0200)
commitbdda3b93e66085abf0b2c16bcdf471176e3c816a
treefa98ba2517a6d7b99fbcc77b4b15b6e9b5e369ea
parentbd82dba2fa6ae91061e5d31399d61fe65028f714
x86/apic: Move no_ipi_broadcast() out of 32bit

For the upcoming shorthand support for all APIC incarnations the command
line option needs to be available for 64 bit as well.

While at it, rename the control variable, make it static and mark it
__ro_after_init.

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