Re: [PATCH for 2.6.19] Fix xtime losing ticks

2006-11-16 Thread Andi Kleen
On Thursday 16 November 2006 17:52, Jiri Bohac wrote: > xtime is not properly incremented when main timer ticks are lost. > Whatever the number of ticks elapsed is, only one tick worth of time > is added to xtime. This patch fixes that. Normally it is supposed to be called as often as there are mi

[PATCH for 2.6.19] Fix xtime losing ticks

2006-11-16 Thread Jiri Bohac
xtime is not properly incremented when main timer ticks are lost. Whatever the number of ticks elapsed is, only one tick worth of time is added to xtime. This patch fixes that. Signed-off-by: Jiri Bohac <[EMAIL PROTECTED]> Index: linux-2.6.19-rc5/kernel/timer.c ===