Merge branch 'linus' into timers/core
Reason: Further posix_cpu_timer patches depend on mainline changes Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
commit
dbb6be6d5e
5707 changed files with 100984 additions and 21049 deletions
|
@ -806,7 +806,8 @@ void update_wall_time(void)
|
|||
shift = min(shift, maxshift);
|
||||
while (offset >= timekeeper.cycle_interval) {
|
||||
offset = logarithmic_accumulation(offset, shift);
|
||||
shift--;
|
||||
if(offset < timekeeper.cycle_interval<<shift)
|
||||
shift--;
|
||||
}
|
||||
|
||||
/* correct the clock when NTP error is too big */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue