Re: Regression with sys_time() speedup patch

2007-07-20 Thread Ulrich Drepper
On 7/20/07, Takashi Iwai <[EMAIL PROTECTED]> wrote: But, is it safe to introduce another variable different from xtime.tv_sec? Since xtime.tv_sec is referred in many other places, I'm afaid this may bring confusion... Perhaps not if they are changed. Somewhere where I cannot find them right n

Re: Regression with sys_time() speedup patch

2007-07-20 Thread Takashi Iwai
At Fri, 20 Jul 2007 17:12:13 +0200, Ingo Molnar wrote: > > > * Takashi Iwai <[EMAIL PROTECTED]> wrote: > > > Hi Ingo, > > > > 2.6.22-git as of today caused some regression on my P4 machine. For > > example, automount process takes 10-30% CPU time constantly, and > > sometimes vim couldn't wr

Re: Regression with sys_time() speedup patch

2007-07-20 Thread Ingo Molnar
* Takashi Iwai <[EMAIL PROTECTED]> wrote: > Hi Ingo, > > 2.6.22-git as of today caused some regression on my P4 machine. For > example, automount process takes 10-30% CPU time constantly, and > sometimes vim couldn't write files properly. does the patch below fix it? Ingo -