Re: [PATCH v8 6/8] arm64: entry: Refactor preempt_schedule_irq() check code
From: Ada Couprie Diaz
Date: Thu Aug 21 2025 - 12:28:22 EST
Hello,
On 15/08/2025 04:06, Jinjie Ruan wrote:
To align the structure of the code with irqentry_exit_cond_resched()
from the generic entry code, hoist the need_irq_preemption()
and IS_ENABLED() check earlier. And different preemption check functions
are defined based on whether dynamic preemption is enabled.
Signed-off-by: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
---
That looks good to me as well, thanks for the changes !
Reviewed-by: Ada Couprie Diaz <ada.coupriediaz@xxxxxxx>