Merge branch 'timers/urgent' into timers/core
Merge urgent fix so depending cleanup patch can be applied.
This commit is contained in:
commit
b17d1ce7ef
|
@ -685,6 +685,7 @@ static int posix_cpu_timer_set(struct k_itimer *timer, int timer_flags,
|
||||||
* set up the signal and overrun bookkeeping.
|
* set up the signal and overrun bookkeeping.
|
||||||
*/
|
*/
|
||||||
timer->it.cpu.incr = timespec64_to_ns(&new->it_interval);
|
timer->it.cpu.incr = timespec64_to_ns(&new->it_interval);
|
||||||
|
timer->it_interval = ns_to_ktime(timer->it.cpu.incr);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This acts as a modification timestamp for the timer,
|
* This acts as a modification timestamp for the timer,
|
||||||
|
|
Loading…
Reference in New Issue