[PATCH v5 09/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
David Hildenbrand (Red Hat)
david at kernel.org
Mon Nov 24 06:10:49 PST 2025
On 11/24/25 14:22, Kevin Brodsky wrote:
> The generic lazy_mmu layer now tracks whether a task is in lazy MMU
> mode. As a result we no longer need a TIF flag for that purpose -
> let's use the new in_lazy_mmu_mode() helper instead.
>
> The explicit check for in_interrupt() is no longer necessary either
> as in_lazy_mmu_mode() always returns false in interrupt context.
>
> Signed-off-by: Kevin Brodsky <kevin.brodsky at arm.com>
> ---
Nothing jumped at me
Acked-by: David Hildenbrand (Red Hat) <david at kernel.org>
--
Cheers
David
More information about the linux-arm-kernel
mailing list