WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix 64-bit build.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 2162e1356bee08d92802232206b6636682814b4e
# Parent  890fa761ba82a26988b1a5cb5ec0359706f75df8
Fix 64-bit build.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 890fa761ba82 -r 2162e1356bee xen/common/sched_sedf.c
--- a/xen/common/sched_sedf.c   Wed Mar 15 11:09:45 2006
+++ b/xen/common/sched_sedf.c   Wed Mar 15 11:40:42 2006
@@ -586,7 +586,8 @@
                     DIV_UP(now - curinf->deadl_abs,
                            curinf->period) * curinf->period;
             if (unlikely(curinf->deadl_abs < now))
-                printk("Fatal scheduler error: %lld %lld %lld diff=%lld\n",
+                printk("Fatal scheduler error: %"PRIu64" %"PRIu64" %"PRIu64
+                       " diff=%"PRIu64"\n",
                        curinf->deadl_abs, now, curinf->period,
                        now - curinf->deadl_abs);
             ASSERT(curinf->deadl_abs >= now);

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

<Prev in Thread] Current Thread [Next in Thread>