Re: [PATCH v5 11/18] timer: Split out "get next timer interrupt" functionality

From: Frederic Weisbecker
Date: Wed Apr 12 2023 - 16:34:55 EST


Le Wed, Mar 01, 2023 at 03:17:37PM +0100, Anna-Maria Behnsen a écrit :
> The functionallity for getting the next timer interrupt in
> get_next_timer_interrupt() is splitted into a separate function
> fetch_next_timer_interrupt() to be usable by other callsides.
>
> This is preparatory work for the conversion of the NOHZ timer
> placement to a pull at expiry time model. No functional change.
>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>