diff -r ca90d2903b7b -r 618114b71f34 xen/common/sched_sedf.c --- a/xen/common/sched_sedf.c Thu Jul 14 11:09:21 2005 +++ b/xen/common/sched_sedf.c Thu Jul 14 11:27:50 2005 @@ -366,7 +366,7 @@ if (d->domain->domain_id==0) { /*set dom0 to something useful to boot the machine*/ inf->period = MILLISECS(20); - inf->slice = MILLISECS(15); + inf->slice = MILLISECS(5); inf->latency = 0; inf->deadl_abs = 0; inf->status = EXTRA_AWARE | SEDF_ASLEEP; @@ -1323,6 +1323,8 @@ sedf_dump_domain(ed); } } + printk("\nidle:\n"); + sedf_dump_domain(IDLETASK(i)); } /*Adjusts periods and slices of the domains accordingly to their weights*/ static inline int sedf_adjust_weights(struct sched_adjdom_cmd *cmd) {