]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys: set tick_update_hz to 100 by default in Linux driver
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 22 May 2014 13:49:11 +0000 (15:49 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 23 May 2014 14:15:28 +0000 (16:15 +0200)
commit14687d003d926e2afebba1d03336201a51045b0f
tree9dd120fb33f8757526101a6654d9e91fcaaee3a2
parente8bb95ba55fa9f714a243880e64f29953a927a80
sys: set tick_update_hz to 100 by default in Linux driver

We can't reliably detect the internal kernel HZ, it may not even be
fixed (CONFIG_NO_HZ). Use a fixed value of 100.
sys_linux.c