|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] RE: [PATCH 09/32] ia64/xen: add a necessary header file
+++ b/arch/ia64/include/asm/pvclock-abi.h
@@ -0,0 +1,5 @@
+/*
+ * use same structure to x86's
+ * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic.
+ */
+#include <asm-x86/pvclock-abi.h>
I will trade out this patch for one that just makes
a copy of the x86 include file. This #include will
break if/when x86 moves their include files to
arch/x86/include/asm
-Tony
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 29/32] ia64/xen: preliminary support for save/restore., (continued)
- [Xen-ia64-devel] [PATCH 29/32] ia64/xen: preliminary support for save/restore., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 13/32] ia64/xen: xencomm conversion functions for hypercalls, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/32] ia64/xen: define helper functions for xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/32] ia64/pv_ops/xen: elf note based xen startup., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 18/32] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 30/32] ia64/pv_ops: update Kconfig for paravirtualized guest and xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 04/32] ia64/xen: reserve "break" numbers used for xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/32] ia64/pv_ops/xen: define xen pv_cpu_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 06/32] ia64/xen: increase IA64_MAX_RSVD_REGIONS., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h, Isaku Yamahata
- [Xen-ia64-devel] RE: [PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h,
Luck, Tony <=
- [Xen-ia64-devel] [PATCH 20/32] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/32] ia64/xen: define several constants for ia64/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 24/32] ia64/pv_ops/xen: implement xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/32] ia64/xen: define helper functions for xen related address conversion., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/32] ia64/xen: introduce helper function to identify domain mode., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 25/32] ia64/pv_ops/xen: define the nubmer of irqs which xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 28/32] ia64/xen: define xen machine vector for domU., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/32] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 27/32] ia64/pv_ops/xen: implement xen pv_time_ops., Isaku Yamahata
|
|
|
|
|