[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] fix compiler error on 32-bit compile from c/s20575



diff -r fde8e69858b0 xen/common/grant_table.c
--- a/xen/common/grant_table.c  Fri Dec 04 07:11:44 2009 +0000
+++ b/xen/common/grant_table.c  Thu Dec 03 06:11:47 2009 -0700
@@ -2551,7 +2551,7 @@ void gnttab_usage_print(struct domain *r
         }
 
         /*      [ddd]    ddddd 0xXXXXXX 0xXXXXXXXX      ddddd 0xXXXXXX 0xXX */
-        printk("[%3d]    %5d 0x%06lx 0x%08x      %5d 0x%06lx 0x%02x\n",
+        printk("[%3d]    %5d 0x%06lx 0x%08x      %5d 0x%06"PRIx64" 0x%02x\n",
                ref, act->domid, act->frame, act->pin,
                sha->domid, frame, status);
     }

Attachment: comperr32.patch
Description: Binary data

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.