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 <ruanjin...@huawei.com> ---
Reviewed-by: Ada Couprie Diaz <ada.coupried...@arm.com>