commit | 659bc17b80c692e0ccda757e207fc4666d9b3e71 | [log] [tgz] |
---|---|---|
author | pang.xunlei <pang.xunlei@linaro.org> | Thu Oct 09 15:04:31 2014 +0800 |
committer | John Stultz <john.stultz@linaro.org> | Fri Nov 21 11:59:56 2014 -0800 |
tree | fa3862991f0e8490b3b20e862a3d16721daa786e | |
parent | 6067dc5a8c2b1b57e67eaf1125db1d63c1ed6361 [diff] |
time: Complete NTP adjustment threshold judging conditions The clocksource mult-adjustment threshold is [mult-maxadj, mult+maxadj], timekeeping_adjust() only deals with the upper threshold, but misses the lower threshold. This patch adds the lower threshold judging condition. Signed-off-by: pang.xunlei <pang.xunlei@linaro.org> [jstultz: Minor fix for > 80 char line] Signed-off-by: John Stultz <john.stultz@linaro.org>