WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] obvious compilation fix (hypercall.h, hypervisor.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] obvious compilation fix (hypercall.h, hypervisor.h)
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Apr 2006 10:32:12 +0000
Delivery-date: Thu, 27 Apr 2006 03:34:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=