]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - kernel/sched/debug.c
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / kernel / sched / debug.c
index fa178b62ea79b53e3cbf37d78d65699e145d6b98..9352241234413643684c41a507d63f9f4156892f 100644 (file)
@@ -558,6 +558,9 @@ void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq)
        P(rt_throttled);
        PN(rt_time);
        PN(rt_runtime);
+#ifdef CONFIG_SMP
+       P(rt_nr_migratory);
+#endif
 
 #undef PN
 #undef P
@@ -953,6 +956,10 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
 #endif
        P(policy);
        P(prio);
+#ifdef CONFIG_PREEMPT_RT_FULL
+       P(migrate_disable);
+#endif
+       P(nr_cpus_allowed);
 #undef PN_SCHEDSTAT
 #undef PN
 #undef __PN