projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2035f28
)
timers: Fix printk format specifier
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 19 Aug 2010 15:24:13 +0000
(16:24 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 19 Aug 2010 15:24:13 +0000
(16:24 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/timer.c
patch
|
blob
|
history
diff --git
a/xen/common/timer.c
b/xen/common/timer.c
index 648f299dfd539ee9ba84d9196f750cfd0322b3fa..305b5fa2ef88ad44f72f25a5ed6cd4db9652ffda 100644
(file)
--- a/
xen/common/timer.c
+++ b/
xen/common/timer.c
@@
-499,7
+499,7
@@
s_time_t align_timer(s_time_t firsttick, uint64_t period)
static void dump_timer(struct timer *t, s_time_t now)
{
- printk(" ex=%8
ld
us 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);
}