kernel: time: reduce ntp wakeups
This commit is contained in:
parent
f40f9398a3
commit
ca3d31ea66
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ static void sched_sync_hw_clock(struct timespec64 now,
|
|||
|
||||
ktime_get_real_ts64(&next);
|
||||
if (!fail)
|
||||
next.tv_sec = 659;
|
||||
next.tv_sec = 100;
|
||||
else {
|
||||
/*
|
||||
* Try again as soon as possible. Delaying long periods
|
||||
|
|
Loading…
Reference in a new issue