diff options
author | Sohil Mehta <sohil.mehta@intel.com> | 2023-07-27 18:05:33 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-07-28 10:17:53 +0200 |
commit | d7114f83ee051dfeac82546d7ba03d74f8b92af3 (patch) | |
tree | 4e3d7c0eb23ebc95a693706fa04b1cc5bd0c5a4d /arch/x86/include/asm/smp.h | |
parent | 54bfd02bbfcd0582bc4ebf6fd57fba323b141b5b (diff) |
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
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r-- | arch/x86/include/asm/smp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 094f31d3f950..cf7217ad5701 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -134,8 +134,6 @@ void native_send_call_func_ipi(const struct cpumask *mask); void native_send_call_func_single_ipi(int cpu); bool smp_park_other_cpus_in_init(void); - -void smp_store_boot_cpu_info(void); void smp_store_cpu_info(int id); asmlinkage __visible void smp_reboot_interrupt(void); |