Re: [PATCH v2 2/3] timers: Use __raise_softirq_irqoff() to raise the softirq.

From: Frederic Weisbecker
Date: Mon Oct 28 2024 - 09:13:59 EST


Le Thu, Oct 24, 2024 at 04:55:50PM +0200, Sebastian Andrzej Siewior a écrit :
> As an optimisation use __raise_softirq_irqoff() to raise the softirq.
> This is always called from an interrupt handler, interrupts are already
> disabled so it can be reduced to just or set softirq flag and let
> softirq be invoked on return from interrupt.
>
> Use __raise_softirq_irqoff() to raise the softirq.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>