diff options
| author | Jinjie Ruan <ruanjinjie@huawei.com> | 2025-08-15 06:06:28 +0300 | 
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2025-09-11 17:55:34 +0300 | 
| commit | 77c1953946391e38c1e5120230f8df14f85219a7 (patch) | |
| tree | 566fd2318789aaff1294ffc64804d1a2f8a0b0e4 /scripts/gdb/linux/modules.py | |
| parent | ee776d68ba47cc8e2022f8c2218f1891a1244197 (diff) | |
| download | linux-77c1953946391e38c1e5120230f8df14f85219a7.tar.xz | |
arm64: entry: Rework arm64_preempt_schedule_irq()
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.
Reviewed-by: Ada Couprie Diaz <ada.coupriediaz@arm.com>
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions
