]> www.infradead.org Git - users/hch/misc.git/commit
x86/apic: Get rid of get_physical_broadcast()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:04:56 +0000 (22:04 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:39 +0000 (22:07 +0100)
commit517234446c1ad1d6bb0d9f5b94a71b24f80edaae
treefac34a6597b1ca583fe8f61d8f21c8df5a4a5931
parent2ac9e529d76a8534fa357e723942dd3f076c37da
x86/apic: Get rid of get_physical_broadcast()

There is no point for this function. The only case where this is used is
when there is no XAPIC available, which means the broadcast address is 0xF.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Link: https://lore.kernel.org/r/20240212154639.057209154@linutronix.de
arch/x86/kernel/apic/apic.c
arch/x86/kernel/apic/io_apic.c