Displaying 1 result from an estimated 1 matches for "b26bdba50c41".
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...laces the use of
asm for calling cpuid with the __cpuid compiler intrinsic, and modifies
calling code accordingly.
I''m pretty sure my mailer going to mangle the inline patch (below) so
I''m attaching the pristine version. (will try to fix for next time)
-- Andy
---------
diff -r b26bdba50c41 common/include/evtchn_public.h
--- a/common/include/evtchn_public.h Thu Nov 01 16:21:24 2007 -0700
+++ b/common/include/evtchn_public.h Fri Nov 02 09:52:30 2007 -0700
@@ -21,7 +21,7 @@ DEFINE_GUID( GUID_XEN_IFACE_EVTCHN, 0xD2
//{D2D20756-DE69-4447-8A7D-9837197D6166}
typedef evtchn_port_t
-(*PXEN...