|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] ifdef fix.
ChangeSet 1.1803, 2005/03/25 23:01:33+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx
ifdef fix.
time.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/xen/arch/x86/time.c b/xen/arch/x86/time.c
--- a/xen/arch/x86/time.c 2005-03-25 19:07:31 -05:00
+++ b/xen/arch/x86/time.c 2005-03-25 19:07:31 -05:00
@@ -136,7 +136,7 @@
diff = end - start;
-#if defined(_i386__)
+#if defined(__i386__)
/* If quotient doesn't fit in 32 bits then we return error (zero). */
if ( diff & ~0xffffffffULL )
return 0;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog
|
|
|
|
|