Loading mm/memory.c +8 −2 Original line number Diff line number Diff line Loading @@ -1146,6 +1146,9 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, continue; } if (need_resched()) break; if (pte_present(ptent)) { struct page *page; Loading Loading @@ -1227,7 +1230,10 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, __tlb_remove_pte_page(tlb, pending_page); pending_page = NULL; } 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 @@ -1146,6 +1146,9 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, continue; } if (need_resched()) break; if (pte_present(ptent)) { struct page *page; Loading Loading @@ -1227,7 +1230,10 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, __tlb_remove_pte_page(tlb, pending_page); pending_page = NULL; } if (addr != end) } if (addr != end) { cond_resched(); goto again; } Loading