X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=mm%2Fmemory.c;h=2e754621d3332a288f40c23a58236f4eb5f60527;hp=7707187484ccce0b57b2d4bd333138b00fe479e7;hb=9888a1cae3f859db38b9604e3df1c02177161bb0;hpb=3dc907951446b9317b1887223caa4e083390de9f diff --git a/mm/memory.c b/mm/memory.c index 7707187..2e75462 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -690,7 +690,7 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, continue; if (!pte_file(ptent)) free_swap_and_cache(pte_to_swp_entry(ptent)); - pte_clear_full(mm, addr, pte, tlb->fullmm); + pte_clear_not_present_full(mm, addr, pte, tlb->fullmm); } while (pte++, addr += PAGE_SIZE, (addr != end && *zap_work > 0)); add_mm_rss(mm, file_rss, anon_rss);