aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2021-08-09 10:08:37 +0530
committerVinod Koul <vkoul@kernel.org>2021-08-09 10:08:37 +0530
commit9760383b22edbfa407a1647969c26d62a501631f (patch)
tree7bc0a440bec121c0bf3fc1f198fa5646eef751f2 /arch/x86/kernel/cpu/mshyperv.c
parentdmaengine: idxd: remove interrupt flag for completion list spinlock (diff)
parentLinux 5.14-rc5 (diff)
downloadlinux-dev-9760383b22edbfa407a1647969c26d62a501631f.tar.xz
linux-dev-9760383b22edbfa407a1647969c26d62a501631f.zip
Merge tag 'v5.14-rc5' into next
Linux 5.14-rc5
Diffstat (limited to 'arch/x86/kernel/cpu/mshyperv.c')
-rw-r--r--arch/x86/kernel/cpu/mshyperv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index cc8f1773deca..c890d67a64ad 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -237,7 +237,7 @@ static void __init hv_smp_prepare_cpus(unsigned int max_cpus)
for_each_present_cpu(i) {
if (i == 0)
continue;
- ret = hv_call_add_logical_proc(numa_cpu_node(i), i, i);
+ ret = hv_call_add_logical_proc(numa_cpu_node(i), i, cpu_physical_id(i));
BUG_ON(ret);
}