[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH -next v7 3/7] arm64: entry: Rework arm64_preempt_schedule_irq()
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@xxxxxxxxxx> --- Reviewed-by: Ada Couprie Diaz <ada.coupriediaz@xxxxxxx>
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |