]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0284e3fc2091eb0dc33809cce4b9aa30a108148
treefa98ba2517a6d7b99fbcc77b4b15b6e9b5e369ea
parentcb7328fc09ae1bb9334eb716ef4145d37db58394
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