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
-  Lines: 17
 -  Date:
Fri Aug  2 17:39:43 2002
 -  Orig file: 
linux-2.4.18/arch/mips/mm/umap.c
 -  Orig date: 
Wed Jul  4 11:50:39 2001
 
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)