x86/mpparse: Remove the physid_t bitmap wrapper
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:05:17 +0000 (22:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:41 +0000 (22:07 +0100)
commit350b5e2730d1e15337a10bd913694ee4527c02f0
treee1fb15a289103d2219c4a848ea0a5c2522e1d032
parentde6aec241750a4f9d33d0e055d97fb3e0170c31a
x86/mpparse: Remove the physid_t bitmap wrapper

physid_t is a wrapper around bitmap. Just remove the onion layer and use
bitmap functionality directly.

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.994904510@linutronix.de
arch/x86/include/asm/mpspec.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/apic/apic_common.c
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/apic/local.h
arch/x86/kernel/smpboot.c