Re: [patch] sched: improve sched_clock() on i686

2007-01-17 Thread Stephane Eranian
lity to deal with non-synchronous per-CPU clocks. I > tried to fix that (a year ago) and it didnt work out - but i've reviewed > my old patch and now realize what the mistake was - the patch below > should work better. > > Ingo > > -->

Re: [patch] sched: improve sched_clock() on i686

2006-12-23 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > it's purely historic - the i686 sched_clock() implementation predates > the scheduler's ability to deal with non-synchronous per-CPU clocks. I > tried to fix that (a year ago) and it didnt work out - but i've > reviewed my old patch and now realize wh

[patch] sched: improve sched_clock() on i686

2006-12-22 Thread Ingo Molnar
scheduler's ability to deal with non-synchronous per-CPU clocks. I tried to fix that (a year ago) and it didnt work out - but i've reviewed my old patch and now realize what the mistake was - the patch below should work better. Ingo ------> Subject: [pat