x86/cpu/topology: Rename smp_num_siblings
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:06:12 +0000 (22:06 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:45 +0000 (22:07 +0100)
commit8078f4d6102f9370b3b7436d25717735d21f5c09
tree81cf67154e5f5f75bb9008d46ff839027d3ae770
parent3205c9833d69b97e8694efe3e193312dea4c571f
x86/cpu/topology: Rename smp_num_siblings

It's really a non-intuitive name. Rename it to __max_threads_per_core which
is obvious.

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/20240213210253.011307973@linutronix.de
arch/x86/include/asm/perf_event_p4.h
arch/x86/include/asm/smp.h
arch/x86/include/asm/topology.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/debugfs.c
arch/x86/kernel/cpu/mce/inject.c
arch/x86/kernel/cpu/topology.c
arch/x86/kernel/process.c
arch/x86/kernel/smpboot.c