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
Sat, Jan 11, 5:46 AM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15750965
Default Alt Text
D44297.diff (353 B)

Event Timeline