|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [IA64] obvious compilation fix (hypercall.h, hypervisor.
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 487ff011626cdba5214eb72b69359e68ebd15907
# Parent 80eaf1cb8903d89a115ba042da84e3bee01ae03c
[IA64] obvious compilation fix (hypercall.h, hypervisor.h)
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
diff -r 80eaf1cb8903 -r 487ff011626c
linux-2.6-xen-sparse/include/asm-ia64/hypercall.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Fri Mar 24 10:34:40
2006 -0700
+++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Fri Mar 24 10:36:14
2006 -0700
@@ -37,6 +37,7 @@
#include <xen/interface/sched.h>
#include <xen/interface/dom0_ops.h>
#include <linux/errno.h>
+#include <asm/hypervisor.h> // for jiffies_to_st()
/* FIXME: temp place to hold these page related macros */
#include <asm/page.h>
diff -r 80eaf1cb8903 -r 487ff011626c
linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h Fri Mar 24
10:34:40 2006 -0700
+++ b/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h Fri Mar 24
10:36:14 2006 -0700
@@ -41,6 +41,7 @@
#include <xen/interface/dom0_ops.h>
#include <asm/ptrace.h>
#include <asm/page.h>
+#include <asm/xen/privop.h> // for running_on_xen
extern shared_info_t *HYPERVISOR_shared_info;
extern start_info_t *xen_start_info;
@@ -51,8 +52,6 @@ int xen_init(void);
/* Turn jiffies into Xen system time. XXX Implement me. */
#define jiffies_to_st(j) 0
-
-#include <asm/hypercall.h>
// for drivers/xen/privcmd/privcmd.c
#define direct_remap_pfn_range(a,b,c,d,e,f) remap_pfn_range(a,b,c,d,e)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [IA64] obvious compilation fix (hypercall.h, hypervisor.h),
Xen patchbot -unstable <=
|
|
|
|
|