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] CONFIG_VTI build fixes.

# HG changeset patch
# User adsharma@xxxxxxxxxxxxxxxxxxxxx
# Node ID 88bfc84c5a75edd1b02c9bd77d21c0a080c0844c
# Parent  1ee9236cc2245b0f9d6e6454d4f67175e7cf30e9
CONFIG_VTI build fixes.

Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

diff -r 1ee9236cc224 -r 88bfc84c5a75 xen/arch/ia64/mmio.c
--- a/xen/arch/ia64/mmio.c      Mon Aug  8 19:21:23 2005
+++ b/xen/arch/ia64/mmio.c      Mon Aug  8 21:20:33 2005
@@ -25,7 +25,7 @@
 #include <asm/tlb.h>
 #include <asm/vmx_mm_def.h>
 #include <asm/gcc_intrin.h>
-#include <xen/interrupt.h>
+#include <linux/interrupt.h>
 #include <asm/vmx_vcpu.h>
 #include <asm/privop.h>
 #include <asm/types.h>
diff -r 1ee9236cc224 -r 88bfc84c5a75 xen/arch/ia64/vmmu.c
--- a/xen/arch/ia64/vmmu.c      Mon Aug  8 19:21:23 2005
+++ b/xen/arch/ia64/vmmu.c      Mon Aug  8 21:20:33 2005
@@ -24,7 +24,7 @@
 #include <asm/tlb.h>
 #include <asm/gcc_intrin.h>
 #include <asm/vcpu.h>
-#include <xen/interrupt.h>
+#include <linux/interrupt.h>
 #include <asm/vmx_vcpu.h>
 #include <asm/vmx_mm_def.h>
 #include <asm/vmx.h>
diff -r 1ee9236cc224 -r 88bfc84c5a75 xen/arch/ia64/vtlb.c
--- a/xen/arch/ia64/vtlb.c      Mon Aug  8 19:21:23 2005
+++ b/xen/arch/ia64/vtlb.c      Mon Aug  8 21:20:33 2005
@@ -26,7 +26,7 @@
 #include <asm/mm.h>
 #include <asm/vmx_mm_def.h>
 #include <asm/gcc_intrin.h>
-#include <xen/interrupt.h>
+#include <linux/interrupt.h>
 #include <asm/vmx_vcpu.h>
 #define  MAX_CCH_LENGTH     40
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] CONFIG_VTI build fixes., Xen patchbot -unstable <=