Page MenuHomeFreeBSD

D44297.diff
No OneTemporary

D44297.diff

diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c
--- a/sys/x86/x86/mp_x86.c
+++ b/sys/x86/x86/mp_x86.c
@@ -1184,6 +1184,13 @@
!hyperthreading_intr_allowed)
continue;
+ /*
+ * Currently Hyper-V only supports intr on first
+ * 64 cpus.
+ */
+ if (vm_guest == VM_GUEST_HV && i > 63)
+ continue;
+
intr_add_cpu(i);
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 1:22 AM (10 h, 13 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14636341
Default Alt Text
D44297.diff (353 B)

Event Timeline