Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108305116
D17013.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
D17013.diff
View Options
Index: head/sys/x86/xen/xen_apic.c
===================================================================
--- head/sys/x86/xen/xen_apic.c
+++ head/sys/x86/xen/xen_apic.c
@@ -592,6 +592,6 @@
apic_ops.ipi_vectored = xen_pv_lapic_ipi_vectored;
}
-/* We need to setup IPIs before APs are started */
-SYSINIT(xen_setup_cpus, SI_SUB_SMP-1, SI_ORDER_FIRST, xen_setup_cpus, NULL);
+/* Switch to using PV IPIs as soon as the vcpu_id is set. */
+SYSINIT(xen_setup_cpus, SI_SUB_SMP, SI_ORDER_SECOND, xen_setup_cpus, NULL);
#endif /* SMP */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 5:35 PM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16093917
Default Alt Text
D17013.diff (533 B)
Attached To
Mode
D17013: xen: fix setting vcpu id for APs
Attached
Detach File
Event Timeline
Log In to Comment