|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-devel
[Xen-devel] [PATCH][2/5] x86-64-longs.patch 
|    Use the correct data type for x86-64
   
   Signed-Off-By: Arun Sharma <arun.sharma@xxxxxxxxx>
diff -Nru a/xen/include/asm-x86/vmx.h b/xen/include/asm-x86/vmx.h
--- a/xen/include/asm-x86/vmx.h 2005-04-18 16:49:37 -07:00
+++ b/xen/include/asm-x86/vmx.h 2005-04-18 16:49:37 -07:00
@@ -194,7 +194,7 @@
     return 0;
 }
 
-static inline int __vmread (unsigned int field, void *value)
+static inline int __vmread (unsigned long field, void *value)
 {
     unsigned long eflags;
     unsigned long ecx = 0;
@@ -213,7 +213,7 @@
     return 0;
 }
 
-static inline int __vmwrite (unsigned int field, unsigned int value)
+static inline int __vmwrite (unsigned long field, unsigned long value)
 {
     unsigned long eflags;
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 | 
 
| <Prev in Thread] | Current Thread | [Next in Thread> |  | 
[Xen-devel] [PATCH][2/5] x86-64-longs.patch,
Arun Sharma <=
 |  |  | 
  
    |  |  |