]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched_debug.c
sched: do not keep current in the tree and get rid of sched_entity::fair_key
[linux-2.6-omap-h63xx.git] / kernel / sched_debug.c
index e3b62324ac3130dce15eeeaa7b4e47a7388ed2ab..bb34b8188f61b67d69d781f099ab3ff937e2657b 100644 (file)
@@ -38,7 +38,7 @@ print_task(struct seq_file *m, struct rq *rq, struct task_struct *p)
 
        SEQ_printf(m, "%15s %5d %15Ld %13Ld %5d ",
                p->comm, p->pid,
-               (long long)p->se.fair_key,
+               (long long)p->se.vruntime,
                (long long)(p->nvcsw + p->nivcsw),
                p->prio);
 #ifdef CONFIG_SCHEDSTATS