debuggers.hg
changeset 22685:0133cf2a72f5
credit2: Fix x86_32 build.
Signed-off-by: Keir Fraser <keir@xen.org>
Signed-off-by: Keir Fraser <keir@xen.org>
author | Keir Fraser <keir@xen.org> |
---|---|
date | Fri Dec 24 10:56:29 2010 +0000 (2010-12-24) |
parents | a69ceb6ded92 |
children | 4e108cf56d07 |
files | xen/common/sched_credit2.c |
line diff
1.1 --- a/xen/common/sched_credit2.c Fri Dec 24 10:23:08 2010 +0000 1.2 +++ b/xen/common/sched_credit2.c Fri Dec 24 10:56:29 2010 +0000 1.3 @@ -1782,7 +1782,7 @@ csched_dump(const struct scheduler *ops) 1.4 "\tncpus = %u\n" 1.5 "\tmax_weight = %d\n" 1.6 "\tinstload = %d\n" 1.7 - "\taveload = %3ld\n", 1.8 + "\taveload = %3"PRI_stime"\n", 1.9 i, 1.10 cpus_weight(prv->rqd[i].active), 1.11 prv->rqd[i].max_weight,