patch-2.4.19 linux-2.4.19/arch/mips/mm/umap.c

Next file: linux-2.4.19/arch/mips/philips/nino/Makefile
Previous file: linux-2.4.19/arch/mips/mm/tlbex-r4k.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/mm/umap.c linux-2.4.19/arch/mips/mm/umap.c
@@ -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;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)