Re: [PATCH -rt 3/9] Fix jiffies wrap issue in update_times

2007-07-30 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > In prior -rt verisons the last_tick value was called wall_jiffies and > was initialized in this same way as below. If this value isn't > initialized the calc_load function gets skewed for several minutes > right after boot up. Skewed meaning always

Re: [PATCH -rt 3/9] Fix jiffies wrap issue in update_times

2007-07-30 Thread Ingo Molnar
* Daniel Walker [EMAIL PROTECTED] wrote: In prior -rt verisons the last_tick value was called wall_jiffies and was initialized in this same way as below. If this value isn't initialized the calc_load function gets skewed for several minutes right after boot up. Skewed meaning always zero.

[PATCH -rt 3/9] Fix jiffies wrap issue in update_times

2007-07-29 Thread Daniel Walker
In prior -rt verisons the last_tick value was called wall_jiffies and was initialized in this same way as below. If this value isn't initialized the calc_load function gets skewed for several minutes right after boot up. Skewed meaning always zero. Signed-off-by: Daniel Walker <[EMAIL

[PATCH -rt 3/9] Fix jiffies wrap issue in update_times

2007-07-29 Thread Daniel Walker
In prior -rt verisons the last_tick value was called wall_jiffies and was initialized in this same way as below. If this value isn't initialized the calc_load function gets skewed for several minutes right after boot up. Skewed meaning always zero. Signed-off-by: Daniel Walker [EMAIL PROTECTED]