Loading mm/memory.c +8 −2 Original line number Diff line number Diff line Loading @@ -1319,6 +1319,9 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, if (pte_none(ptent)) continue; if (need_resched()) break; if (pte_present(ptent)) { struct page *page; Loading Loading @@ -1417,7 +1420,10 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, if (force_flush) { force_flush = 0; tlb_flush_mmu_free(tlb); if (addr != end) } if (addr != end) { cond_resched(); goto again; } Loading Loading
mm/memory.c +8 −2 Original line number Diff line number Diff line Loading @@ -1319,6 +1319,9 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, if (pte_none(ptent)) continue; if (need_resched()) break; if (pte_present(ptent)) { struct page *page; Loading Loading @@ -1417,7 +1420,10 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, if (force_flush) { force_flush = 0; tlb_flush_mmu_free(tlb); if (addr != end) } if (addr != end) { cond_resched(); goto again; } Loading