diff --git a/[refs] b/[refs] index 75a767a3cbcf..634397f82d46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbde83e21c4fd50bfc4240408355c1e5d393063d +refs/heads/master: f44d21985eb6af7361d3785e26923355172147bd diff --git a/trunk/mm/mmap.c b/trunk/mm/mmap.c index da15a79b1441..4f31764d838f 100644 --- a/trunk/mm/mmap.c +++ b/trunk/mm/mmap.c @@ -1426,10 +1426,8 @@ void arch_unmap_area(struct mm_struct *mm, unsigned long addr) /* * Is this a new hole at the lowest possible address? */ - if (addr >= TASK_UNMAPPED_BASE && addr < mm->free_area_cache) { + if (addr >= TASK_UNMAPPED_BASE && addr < mm->free_area_cache) mm->free_area_cache = addr; - mm->cached_hole_size = ~0UL; - } } /*