+0
−26
Loading
Since commit 7dadeaa6 ("sched: Further restrict the preemption modes"), arm64 only has two preemption models: full and lazy. Both implies PREEMPTION, so !PREEMPTION is always false for arm64, it's time to remove ARCH_INLINE_*. Signed-off-by:Jisheng Zhang <jszhang@kernel.org> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>