--- zzzz-none-000/linux-2.4.17/arch/mips/mm/umap.c 2001-07-04 18:50:39.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/arch/mips/mm/umap.c 2004-11-24 13:22:40.000000000 +0000 @@ -101,7 +101,7 @@ start = (start + PGDIR_SIZE) & PGDIR_MASK; dir++; } - flush_tlb_range (task->mm, beg, end); + local_flush_tlb_range (task->mm, beg, end); up_write (&task->mm->mmap_sem); } @@ -213,6 +213,6 @@ from = (from + PGDIR_SIZE) & PGDIR_MASK; dir++; } - flush_tlb_range(current->mm, beg, end); + local_flush_tlb_range(current->mm, beg, end); return error; }