* [PATCH][2/5] x86-64-longs.patch
@ 2005-04-19 22:06 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-04-19 22:06 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Use the correct data type for x86-64
Signed-Off-By: Arun Sharma <arun.sharma@intel.com>
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-19 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 22:06 [PATCH][2/5] x86-64-longs.patch Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.