Files
zephyr/kernel
Flavio Ceolin 47b7c2e931 kernel: Fix timeout issue with SYSTEM_CLOCK_SLOPPY_IDLE
We can't simply use CLAMP to set the next timeout because
when CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is set, MAX_WAIT is
a negative number and then CLAMP will be called with
the higher boundary lower the lower boundary.

Fixes #41422

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-02-15 13:05:04 -05:00
..
2020-11-27 20:08:14 -05:00
2021-10-16 06:27:10 -04:00
2021-07-30 20:21:04 -04:00
2021-05-07 22:10:21 -04:00
2022-01-10 12:17:14 -05:00
2021-11-25 18:23:51 -05:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2022-01-07 11:20:46 -05:00