]> 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)
commit36cf63607240df4bd719d20157825cf6d95484c3
treefa98ba2517a6d7b99fbcc77b4b15b6e9b5e369ea
parent824195c80d1161964e9942c7f15f8d344789883a
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