Re: [PATCH v8 09/25] timer: Split out get next timer functionality

From: Thomas Gleixner
Date: Mon Oct 09 2023 - 18:24:20 EST


On Mon, Oct 09 2023 at 23:15, Frederic Weisbecker wrote:
> Le Wed, Oct 04, 2023 at 02:34:38PM +0200, Anna-Maria Behnsen a écrit :
>>
>> + expires = basem + (u64)(nextevt - basej) * TICK_NSEC;
>
> Does that compute KTIME_MAX when there is no timers pending?

Probably not :)