]> git.baikalelectronics.ru Git - kernel.git/commit
timers: Lower base clock forwarding threshold
authorFrederic Weisbecker <frederic@kernel.org>
Fri, 17 Jul 2020 14:05:51 +0000 (16:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 17 Jul 2020 19:55:25 +0000 (21:55 +0200)
commit228064f55a9b6f3cf8a5baacae51532ad8c713eb
tree2464c62184a157934062fe50ce7cde735003aa81
parent08aed7ba1175c9a76f6c1af95c23cb6dd225039e
timers: Lower base clock forwarding threshold

There is nothing that prevents from forwarding the base clock if it's one
jiffy off. The reason for this arbitrary limit of two jiffies is historical
and does not longer exist.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juri Lelli <juri.lelli@redhat.com>
Link: https://lkml.kernel.org/r/20200717140551.29076-13-frederic@kernel.org
kernel/time/timer.c