Updated from Linux LTS 3.10.23 to 3.10.24
This commit is contained in:
@@ -1457,7 +1457,7 @@ static inline void old_vsyscall_fixup(struct timekeeper *tk)
|
||||
tk->xtime_nsec -= remainder;
|
||||
tk->xtime_nsec += 1ULL << tk->shift;
|
||||
tk->ntp_error += remainder << tk->ntp_error_shift;
|
||||
|
||||
tk->ntp_error -= (1ULL << tk->shift) << tk->ntp_error_shift;
|
||||
}
|
||||
#else
|
||||
#define old_vsyscall_fixup(tk)
|
||||
|
||||
Reference in New Issue
Block a user