x86/smpboot: Change smp_store_boot_cpu_info() to static
authorSohil Mehta <sohil.mehta@intel.com>
Thu, 27 Jul 2023 18:05:33 +0000 (18:05 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 28 Jul 2023 08:17:53 +0000 (10:17 +0200)
commitd7114f83ee051dfeac82546d7ba03d74f8b92af3
tree4e3d7c0eb23ebc95a693706fa04b1cc5bd0c5a4d
parent54bfd02bbfcd0582bc4ebf6fd57fba323b141b5b
x86/smpboot: Change smp_store_boot_cpu_info() to static

The function is only used locally. Convert it to a static one.

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230727180533.3119660-4-sohil.mehta@intel.com
arch/x86/include/asm/smp.h
arch/x86/kernel/smpboot.c