Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
diff -r f69037cc4674 -r 42291c2cebf1 xen/common/sched_credit2.c
--- a/xen/common/sched_credit2.c Wed Dec 22 17:48:31 2010 +0000
+++ b/xen/common/sched_credit2.c Thu Dec 23 12:23:56 2010 +0000
@@ -538,7 +538,7 @@
if ( new_weight > rqd->max_weight )
{
rqd->max_weight = new_weight;
- printk("%s: Runqueue id %d max weight %d\n", __func__, rqd->id,
rqd->max_weight);
+ d2printk("%s: Runqueue id %d max weight %d\n", __func__, rqd->id,
rqd->max_weight);
}
else if ( old_weight == rqd->max_weight )
{
@@ -554,7 +554,7 @@
}
rqd->max_weight = max_weight;
- printk("%s: Runqueue %d max weight %d\n", __func__, rqd->id,
rqd->max_weight);
+ d2printk("%s: Runqueue %d max weight %d\n", __func__, rqd->id,
rqd->max_weight);
}
}
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|