[PATCH -next v7 3/7] arm64: entry: Rework arm64_preempt_schedule_irq()
Ada Couprie Diaz
ada.coupriediaz at arm.com
Tue Aug 5 08:06:24 PDT 2025
On 29/07/2025 02:54, Jinjie Ruan wrote:
> The generic entry code has the form:
>
> | raw_irqentry_exit_cond_resched()
> | {
> | if (!preempt_count()) {
> | ...
> | if (need_resched())
> | preempt_schedule_irq();
> | }
> | }
>
> In preparation for moving arm64 over to the generic entry code, align
> the structure of the arm64 code with raw_irqentry_exit_cond_resched() from
> the generic entry code.
>
> Signed-off-by: Jinjie Ruan <ruanjinjie at huawei.com>
> ---
Reviewed-by: Ada Couprie Diaz <ada.coupriediaz at arm.com>
More information about the linux-arm-kernel
mailing list