K 10 svn:author V 3 mav K 8 svn:date V 27 2014-04-23T12:46:27.902014Z K 7 svn:log V 320 MFC r264550: Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903. Due to the way those timers are implemented, we can't handle very short intervals. In addition to that mentioned patch caused math overflows for short intervals. To avoid that round those intervals to 1 tick. PR: kern/187668 END