x86/apic/32: Remove bigsmp_cpu_present_to_apicid()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 8 Aug 2023 22:03:56 +0000 (15:03 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 9 Aug 2023 18:58:25 +0000 (11:58 -0700)
commit4114e1686fdc350e4191ca670710b3fa9bd10947
tree0b60df7d382bf691ea78328d9f41d3f73d9d5262
parent79c9a17c16e95e3c9e8646cf869fabea53bf283f
x86/apic/32: Remove bigsmp_cpu_present_to_apicid()

It's a copy of default_cpu_present_to_apicid() with the omission of the
actual check whether the CPU is present.

This APIC callback should die completely, but the XEN APIC implementation
does something different which needs to be addressed first.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
arch/x86/kernel/apic/bigsmp_32.c