K 10 svn:author V 6 davide K 8 svn:date V 27 2012-06-03T22:27:17.075946Z K 7 svn:log V 511 - Everytime callout_tick() is called it looks for the nearest future event and communicate it to eventtimers subsystem via via callout_new_inserted(). So, we don't need anymore to call callout_tickstofirst() when we're in getnextcpuevent(), and we can get rid of it. - Completely refactor the cpu_new_callout() function (many thanks to Alexander Motin that helped me there with this code). - Switch back from getbinuptime() to binuptime() to measure present time in callout_tick(). Pointed out by: mav, bde END