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

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)