|
@@ -2253,7 +2253,7 @@ void exit_mmap(struct mm_struct *mm)
|
|
|
vm_unacct_memory(nr_accounted);
|
|
|
|
|
|
free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, 0);
|
|
|
- tlb_finish_mmu(&tlb, 0, end);
|
|
|
+ tlb_finish_mmu(&tlb, 0, -1);
|
|
|
|
|
|
/*
|
|
|
* Walk the list again, actually closing and freeing it,
|