diff options
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r-- | kernel/sched/debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index fa178b62ea79..109adc0e9cb9 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c | |||
@@ -953,6 +953,10 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m) | |||
953 | #endif | 953 | #endif |
954 | P(policy); | 954 | P(policy); |
955 | P(prio); | 955 | P(prio); |
956 | if (p->policy == SCHED_DEADLINE) { | ||
957 | P(dl.runtime); | ||
958 | P(dl.deadline); | ||
959 | } | ||
956 | #undef PN_SCHEDSTAT | 960 | #undef PN_SCHEDSTAT |
957 | #undef PN | 961 | #undef PN |
958 | #undef __PN | 962 | #undef __PN |