x86/dtb: Rename x86_dtb_init()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:05:06 +0000 (22:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:40 +0000 (22:07 +0100)
commit5faf8ec77111a699b6a566c4155511fc020f8644
tree5186f480c4e7760d2127f8f8eff32f06f4e9432e
parentd0a85126b137598eab969e5ba283e5e70ca9c686
x86/dtb: Rename x86_dtb_init()

x86_dtb_init() is a misnomer and it really should be used as a SMP
configuration parser which is selected by the platform via
x86_init::mpparse:parse_smp_config().

Rename it to x86_dtb_parse_smp_config() in preparation for that.

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.495992801@linutronix.de
arch/x86/include/asm/prom.h
arch/x86/kernel/devicetree.c
arch/x86/kernel/setup.c