K 10 svn:author V 6 davide K 8 svn:date V 27 2012-06-11T16:35:47.777256Z K 7 svn:log V 326 The cc_firsttick field in struct callout_cpu keeps track of the time at which the nearest event in future should be fired. In case we're adding an event which time associated is greater than cc_firsttick, there's no need to call callout_new_inserted. While here, fix a style indentation bug pointed out by Bruce Evans (bde@). END