lkml.org 
[lkml]   [2013]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] Remove spurious cputimer restart and eliminate its drift
From
2013/4/19 Frederic Weisbecker <fweisbec@gmail.com>:
>> if (!task_cputime_zero(&tsk->cputime_expires)) {
>> struct task_cputime task_sample = {
>> - .utime = utime,
>> - .stime = stime,
>> .sum_exec_runtime = tsk->se.sum_exec_runtime
>> };
>> + task_cputime(tsk, &task_sample.utime, &task_sample.stime);
>
> That too needs to be in another patch. It's a bug that concerns full
> dynticks cputime accounting :)

Oops, misread, it's just moving the function, I thought it was
missing. Nevermind.


\
 
 \ /
  Last update: 2013-04-19 16:21    [W:0.168 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site