--- ead9b610aa71af7b1bd689c50ee616cf142e64cc +++ 44cc3d77e649815f04e02240e8b0af209001545e @@ -128,7 +128,7 @@ int __delayacct_add_tsk(struct taskstats */ t1 = tsk->sched_info.pcount; t2 = tsk->sched_info.run_delay; - t3 = tsk->se.sum_exec_runtime; + t3 = tsk_seruntime(tsk); d->cpu_count += t1;