Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151802517
D29040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
851 B
Referenced Files
None
Subscribers
None
D29040.diff
View Options
diff --git a/sys/x86/include/xen/xen-os.h b/sys/x86/include/xen/xen-os.h
--- a/sys/x86/include/xen/xen-os.h
+++ b/sys/x86/include/xen/xen-os.h
@@ -33,6 +33,9 @@
/* Everything below this point is not included by assembler (.S) files. */
#ifndef __ASSEMBLY__
+/* If non-zero, the hypervisor has been configured to use a direct vector */
+extern int xen_vector_callback_enabled;
+
#endif /* !__ASSEMBLY__ */
#endif /* _MACHINE_X86_XEN_XEN_OS_H_ */
diff --git a/sys/xen/xen_intr.h b/sys/xen/xen_intr.h
--- a/sys/xen/xen_intr.h
+++ b/sys/xen/xen_intr.h
@@ -38,9 +38,6 @@
/** Registered Xen interrupt callback handle. */
typedef void * xen_intr_handle_t;
-/** If non-zero, the hypervisor has been configured to use a direct vector */
-extern int xen_vector_callback_enabled;
-
void xen_intr_handle_upcall(struct trapframe *trap_frame);
/**
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 6:52 PM (12 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31243097
Default Alt Text
D29040.diff (851 B)
Attached To
Mode
D29040: xen: move x86-specific xen_vector_callback_enabled to sys/x86
Attached
Detach File
Event Timeline
Log In to Comment