diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 585bb4e0b97f..51eb38574830 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -582,7 +582,7 @@ static void zap_pte_range(struct mmu_gather *tlb, pmd_t *pmd, | |||
582 | if (pte_young(ptent)) | 582 | if (pte_young(ptent)) |
583 | mark_page_accessed(page); | 583 | mark_page_accessed(page); |
584 | } | 584 | } |
585 | tlb->freed++; | 585 | dec_mm_counter(tlb->mm, rss); |
586 | page_remove_rmap(page); | 586 | page_remove_rmap(page); |
587 | tlb_remove_page(tlb, page); | 587 | tlb_remove_page(tlb, page); |
588 | continue; | 588 | continue; |