We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b849 commit 97cf301Copy full SHA for 97cf301
arch/riscv/include/asm/tlb.h
@@ -16,7 +16,7 @@ static void tlb_flush(struct mmu_gather *tlb);
16
static inline void tlb_flush(struct mmu_gather *tlb)
17
{
18
#ifdef CONFIG_MMU
19
- if (tlb->fullmm || tlb->need_flush_all)
+ if (tlb->fullmm || tlb->need_flush_all || tlb->freed_tables)
20
flush_tlb_mm(tlb->mm);
21
else
22
flush_tlb_mm_range(tlb->mm, tlb->start, tlb->end,
0 commit comments