Re: [PATCH] Remove spurious cputimer restart and eliminate its drift

From: Frederic Weisbecker
Date: Fri Apr 19 2013 - 09:29:27 EST


2013/4/19 Frederic Weisbecker <fweisbec@xxxxxxxxx>:
>> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/