patch-2.4.21 linux-2.4.21/arch/ia64/mm/tlb.c
Next file: linux-2.4.21/arch/ia64/sn/configs/sn1/defconfig-bigsur-mp
Previous file: linux-2.4.21/arch/ia64/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2003-06-13 07:51:29.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/ia64/mm/tlb.c
-  Orig date: 
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.20/arch/ia64/mm/tlb.c linux-2.4.21/arch/ia64/mm/tlb.c
@@ -100,7 +100,7 @@
 }
 
 void
-__flush_tlb_all (void)
+local_flush_tlb_all (void)
 {
 	unsigned long i, j, flags, count0, count1, stride0, stride1, addr;
 
@@ -185,5 +185,5 @@
 	local_cpu_data->ptce_stride[0] = ptce_info.stride[0];
 	local_cpu_data->ptce_stride[1] = ptce_info.stride[1];
 
-	__flush_tlb_all();		/* nuke left overs from bootstrapping... */
+	local_flush_tlb_all();		/* nuke left overs from bootstrapping... */
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)