x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
authorSaurabh Sengar <ssengar@linux.microsoft.com>
Tue, 2 Apr 2024 14:40:27 +0000 (07:40 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 3 Apr 2024 06:46:08 +0000 (08:46 +0200)
commitfe5e6b599fbc417662c549c04d278a13098eb52a
treebf6fa6a7fd93eb5f9977bc26aa7e25847c9701a8
parent39cd87c4eb2b893354f3b850f916353f2658ae6f
x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment

VTL platform uses DeviceTree for fetching SMP configuration, assign
the correct parsing function x86_dtb_parse_smp_config() for it to
parse_smp_cfg.

Fixes: c22e19cd2c8a ("x86/hyperv/vtl: Prepare for separate mpparse callbacks")
Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/1712068830-4513-2-git-send-email-ssengar@linux.microsoft.com
arch/x86/hyperv/hv_vtl.c