Re: [PATCH v5 09/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
From: David Hildenbrand (Red Hat)
Date: Mon Nov 24 2025 - 09:12:45 EST
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@xxxxxxx>
---
Nothing jumped at me
Acked-by: David Hildenbrand (Red Hat) <david@xxxxxxxxxx>
--
Cheers
David