Re: [PATCH 2/2] time: Complete NTP adjustment threshold judging conditions

2014-10-23 Thread John Stultz
On Thu, Oct 9, 2014 at 12:04 AM, pang.xunlei wrote: > 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:

[PATCH 2/2] time: Complete NTP adjustment threshold judging conditions

2014-10-09 Thread pang.xunlei
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 --- kernel/time/timekeeping.c |2 +- 1 file ch