arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencing
authorMichael Kelley <mikelley@microsoft.com>
Tue, 23 May 2023 17:14:22 +0000 (10:14 -0700)
committerWei Liu <wei.liu@kernel.org>
Sat, 17 Jun 2023 23:09:47 +0000 (23:09 +0000)
commit52ae076c3a9b366b6fa9f7c7e67aed8b28716ed9
tree969ce8b549172ec6586b7fe1501ad2d63ffdd725
parent9636be85cc5bdd8b7a7f6a53405cbcc52161c93c
arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencing

State CPUHP_AP_HYPERV_ONLINE has been introduced to correctly sequence the
initialization of hyperv_pcpu_input_arg. Use this new state for Hyper-V
initialization so that hyperv_pcpu_input_arg is allocated early enough.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Link: https://lore.kernel.org/r/1684862062-51576-2-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/arm64/hyperv/mshyperv.c