Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140101905
D29811.id87926.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1010 B
Referenced Files
None
Subscribers
None
D29811.id87926.diff
View Options
Index: sys/x86/xen/xen_intr.c
===================================================================
--- sys/x86/xen/xen_intr.c
+++ sys/x86/xen/xen_intr.c
@@ -57,7 +57,6 @@
#include <machine/stdarg.h>
#include <machine/xen/synch_bitops.h>
-#include <machine/xen/xen-os.h>
#include <xen/xen-os.h>
#include <xen/hvm.h>
Index: sys/xen/xen-os.h
===================================================================
--- sys/xen/xen-os.h
+++ sys/xen/xen-os.h
@@ -86,12 +86,6 @@
return (hypervisor_info.get_start_flags());
}
-#endif
-
-#include <machine/xen/xen-os.h>
-
-/* Everything below this point is not included by assembler (.S) files. */
-#ifndef __ASSEMBLY__
extern shared_info_t *HYPERVISOR_shared_info;
@@ -132,6 +126,12 @@
return (xen_domain() && (xen_get_start_flags() & SIF_INITDOMAIN) != 0);
}
+#endif
+
+#include <machine/xen/xen-os.h>
+
+/* Everything below this point is not included by assembler (.S) files. */
+#ifndef __ASSEMBLY__
/*
* Based on ofed/include/linux/bitops.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 6:16 AM (6 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27108572
Default Alt Text
D29811.id87926.diff (1010 B)
Attached To
Mode
D29811: xen/xen-os: move inclusion of machine/xen-os.h later
Attached
Detach File
Event Timeline
Log In to Comment