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
Showing
- arch/x86/include/asm/mpspec.h 9 additions, 23 deletionsarch/x86/include/asm/mpspec.h
- arch/x86/kernel/apic/apic.c 5 additions, 6 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/apic_common.c 1 addition, 11 deletionsarch/x86/kernel/apic/apic_common.c
- arch/x86/kernel/apic/io_apic.c 12 additions, 12 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/apic/local.h 0 additions, 1 deletionarch/x86/kernel/apic/local.h
- arch/x86/kernel/smpboot.c 3 additions, 5 deletionsarch/x86/kernel/smpboot.c
Loading
Please register or sign in to comment