|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 07/29] ia64/xen: add a neccessary header file to
Create include/asm-ia64/pvclock-abi.h to compile which includes
include/asm-x86/pvclock-abi.h because ia64/xen uses same structure.
Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere
more generic.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/asm-ia64/pvclock-abi.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 include/asm-ia64/pvclock-abi.h
diff --git a/include/asm-ia64/pvclock-abi.h b/include/asm-ia64/pvclock-abi.h
new file mode 100644
index 0000000..1c34d11
--- /dev/null
+++ b/include/asm-ia64/pvclock-abi.h
@@ -0,0 +1,5 @@
+/*
+ * use same streucute to x86's
+ * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic.
+ */
+#include <asm-x86/pvclock-abi.h>
--
1.5.3
_______________________________________________
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] Re: [PATCH 24/29] ia64/pv_ops/xen: implement xen pv_time_ops., (continued)
[Xen-ia64-devel] [PATCH 01/29] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h, Isaku Yamahata
[Xen-ia64-devel] [PATCH 28/29] ia64/xen: a recipe for using xen/ia64 with pv_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 02/29] ia64/xen: reserve "break" numbers used for xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 10/29] ia64/xen: implement the arch specific part of xencomm., Isaku Yamahata
[Xen-ia64-devel] [PATCH 23/29] ia64/pv_ops/xen: implement xen pv_irq_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 07/29] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h,
Isaku Yamahata <=
[Xen-ia64-devel] [PATCH 06/29] ia64/xen: define several constants for ia64/xen., Isaku Yamahata
[Xen-ia64-devel] [PATCH 05/29] ia64/xen: introduce definitions necessary for ia64/xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 13/29] ia64/xen: add definitions necessary for xen event channel., Isaku Yamahata
[Xen-ia64-devel] [PATCH 21/29] ia64/pv_ops/xen: implement xen pv_iosapic_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 12/29] ia64/xen: implement arch specific part of xen grant table., Isaku Yamahata
[Xen-ia64-devel] [PATCH 03/29] ia64/xen: introduce sync bitops which is necessary for ia64/xen support., Isaku Yamahata
[Xen-ia64-devel] [PATCH 16/29] ia64/pv_ops/xen: define xen pv_cpu_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 22/29] ia64/pv_ops/xen: define the nubmer of irqs which xen needs., Isaku Yamahata
|
|
|
|
|