K 10 svn:author V 3 mav K 8 svn:date V 27 2012-11-04T18:28:54.126283Z K 7 svn:log V 493 Improve coalescing of the hardclock/statclock/etc events and callout events by specifying time where callout_process() may optionally be called, i.e. there are some events that could be handled at that time if CPU is active, but that also could be handled later if CPU is sleeping now. This reduces rate of interrupts on completely idle CPU from 6-8Hz down to 4Hz as it is in HEAD where hardclock() directly calls callout_ticka() Reduce forced minimal interrupt rate on idle from 4Hz to 2Hz. END