[Vm-dev] Linux VM and Delay.

Andreas Raab andreas.raab at gmx.de
Wed Jun 13 17:25:50 UTC 2007


Gary Chambers wrote:
>   if (now - lastInterruptCheck > (1000/25))	/* avoid thrashing intr
> checks from 1ms loop in idle proc  */

I don't think that in this day and age doing a 1000 interrupt checks/sec 
can be considered "thrashing" ;-) I'd just remove it and get the 1ms 
time resolution back.

Cheers,
   - Andreas


More information about the Vm-dev mailing list