]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/sched/debug.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / kernel / sched / debug.c
index fa178b62ea79b53e3cbf37d78d65699e145d6b98..109adc0e9cb990d639fed48815890aed5d86e857 100644 (file)
@@ -953,6 +953,10 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
 #endif
        P(policy);
        P(prio);
+       if (p->policy == SCHED_DEADLINE) {
+               P(dl.runtime);
+               P(dl.deadline);
+       }
 #undef PN_SCHEDSTAT
 #undef PN
 #undef __PN