Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106328897
D29306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
640 B
Referenced Files
None
Subscribers
None
D29306.diff
View Options
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c
--- a/sys/dev/xen/control/control.c
+++ b/sys/dev/xen/control/control.c
@@ -132,7 +132,9 @@
#include <machine/_inttypes.h>
#include <machine/intr_machdep.h>
+#if defined(__amd64__) || defined(__i386__)
#include <x86/apicvar.h>
+#endif
#include <vm/vm.h>
#include <vm/vm_extern.h>
@@ -289,8 +291,10 @@
* resume CPUs.
*/
resume_cpus(cpu_suspend_map);
+#if defined(__amd64__) || defined(__i386__)
/* Send an IPI_BITMAP in case there are pending bitmap IPIs. */
lapic_ipi_vectored(IPI_BITMAP_VECTOR, APIC_IPI_DEST_ALL);
+#endif
}
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 7:08 PM (7 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15632413
Default Alt Text
D29306.diff (640 B)
Attached To
Mode
D29306: xen/control: disable 15226522304868a8312a84f8ff549fdc6bbf54db on !x86
Attached
Detach File
Event Timeline
Log In to Comment