Re: [patch-mm] dynticks: Fix one off jiffy update

2007-01-31 Thread Ingo Molnar
* Thomas Gleixner <[EMAIL PROTECTED]> wrote: > Sigh. /me wanted to be too clever and needs to order more brown > paperbags now. > > The rework of the jiffy update code introduced a one off error, which > led to a one off accounting error for last_jiffy_update. This made > jiffies lag behind.

[patch-mm] dynticks: Fix one off jiffy update

2007-01-29 Thread Thomas Gleixner
Sigh. /me wanted to be too clever and needs to order more brown paperbags now. The rework of the jiffy update code introduced a one off error, which led to a one off accounting error for last_jiffy_update. This made jiffies lag behind. Noticed by Karsten Wiese (cpufreq_ondemand weirdness). Signe