mm: report the MMU pagesize in /proc/pid/smaps
[sfrench/cifs-2.6.git] / kernel / delayacct.c
index b3179dad71be87d1f0d17258f82286abce3d9c47..abb6e17505e289f7a4db6757d48995030bddf477 100644 (file)
@@ -127,7 +127,7 @@ int __delayacct_add_tsk(struct taskstats *d, struct task_struct *tsk)
         */
        t1 = tsk->sched_info.pcount;
        t2 = tsk->sched_info.run_delay;
-       t3 = tsk->sched_info.cpu_time;
+       t3 = tsk->se.sum_exec_runtime;
 
        d->cpu_count += t1;