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 <[email protected]>
---
Nothing jumped at me
Acked-by: David Hildenbrand (Red Hat) <[email protected]>
--
Cheers
David