diff options
Diffstat (limited to 'mm/mmap.c')
-rw-r--r-- | mm/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2253,7 +2253,7 @@ void exit_mmap(struct mm_struct *mm) | |||
2253 | vm_unacct_memory(nr_accounted); | 2253 | vm_unacct_memory(nr_accounted); |
2254 | 2254 | ||
2255 | free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, 0); | 2255 | free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, 0); |
2256 | tlb_finish_mmu(&tlb, 0, end); | 2256 | tlb_finish_mmu(&tlb, 0, -1); |
2257 | 2257 | ||
2258 | /* | 2258 | /* |
2259 | * Walk the list again, actually closing and freeing it, | 2259 | * Walk the list again, actually closing and freeing it, |