Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145074849
D5871.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
832 B
Referenced Files
None
Subscribers
None
D5871.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
@@ -296,6 +296,7 @@
XEN_APIC_UNSUPPORTED;
return (0);
}
+#endif /* SMP */
static int
xen_pv_lapic_ipi_alloc(inthand_t *ipifunc)
@@ -311,7 +312,6 @@
XEN_APIC_UNSUPPORTED;
}
-#endif /* SMP */
static int
xen_pv_lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked)
@@ -372,9 +372,9 @@
.ipi_raw = xen_pv_lapic_ipi_raw,
.ipi_vectored = xen_pv_lapic_ipi_vectored,
.ipi_wait = xen_pv_lapic_ipi_wait,
+#endif
.ipi_alloc = xen_pv_lapic_ipi_alloc,
.ipi_free = xen_pv_lapic_ipi_free,
-#endif
.set_lvt_mask = xen_pv_lapic_set_lvt_mask,
.set_lvt_mode = xen_pv_lapic_set_lvt_mode,
.set_lvt_polarity = xen_pv_lapic_set_lvt_polarity,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 16, 4:52 PM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28784028
Default Alt Text
D5871.diff (832 B)
Attached To
Mode
D5871: xen: Set ipi_{alloc,free} even for UP
Attached
Detach File
Event Timeline
Log In to Comment