aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sched_credit2.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-24 10:56:29 +0000
committerKeir Fraser <keir@xen.org>2010-12-24 10:56:29 +0000
commitbea241417b8d7b6b8b985469acfd88b58898b3b0 (patch)
tree23d29d90bcc208161a2e4d1302a6f9cbdcd9e7c4 /xen/common/sched_credit2.c
parent1fe31556939b7533318af0a6627d6857e7c92bc5 (diff)
downloadxen-bea241417b8d7b6b8b985469acfd88b58898b3b0.tar.gz
xen-bea241417b8d7b6b8b985469acfd88b58898b3b0.tar.bz2
xen-bea241417b8d7b6b8b985469acfd88b58898b3b0.zip
credit2: Fix x86_32 build.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/sched_credit2.c')
-rw-r--r--xen/common/sched_credit2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c
index 916e00bf49..c28f009996 100644
--- a/xen/common/sched_credit2.c
+++ b/xen/common/sched_credit2.c
@@ -1782,7 +1782,7 @@ csched_dump(const struct scheduler *ops)
"\tncpus = %u\n"
"\tmax_weight = %d\n"
"\tinstload = %d\n"
- "\taveload = %3ld\n",
+ "\taveload = %3"PRI_stime"\n",
i,
cpus_weight(prv->rqd[i].active),
prv->rqd[i].max_weight,