[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] timers: Fix printk format specifier
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1282231453 -3600 # Node ID 60746a2c14a6cc123892f973fbdd6acb73251d39 # Parent 88f4d10e05081c7a0e93ea162b5103bc3a52c910 timers: Fix printk format specifier Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- xen/common/timer.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 88f4d10e0508 -r 60746a2c14a6 xen/common/timer.c --- a/xen/common/timer.c Thu Aug 19 15:33:43 2010 +0100 +++ b/xen/common/timer.c Thu Aug 19 16:24:13 2010 +0100 @@ -499,7 +499,7 @@ s_time_t align_timer(s_time_t firsttick, static void dump_timer(struct timer *t, s_time_t now) { - printk(" ex=%8ldus timer=%p cb=%p(%p)", + printk(" ex=%8"PRId64"us timer=%p cb=%p(%p)", (t->expires - now) / 1000, t, t->function, t->data); print_symbol(" %s\n", (unsigned long)t->function); } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |