]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264550:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Apr 2014 12:46:27 +0000 (12:46 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Apr 2014 12:46:27 +0000 (12:46 +0000)
commitd9ad4ecb6c95faa7f0663fa852fa6d920e8970ac
tree6eded17405d1a1e2aeb24beb402dea7d8b2295f0
parent092f7440759a7449ed69b572a83e4490e560993a
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@264821 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_time.c