patch-2.4.0-test5 linux/arch/ia64/lib/copy_user.S

Next file: linux/arch/ia64/lib/idiv.S
Previous file: linux/arch/ia64/lib/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/lib/copy_user.S linux/arch/ia64/lib/copy_user.S
@@ -116,7 +116,7 @@
 	cmp.lt p10,p7=COPY_BREAK,len	// if len > COPY_BREAK then long copy 
 
 	xor tmp=src,dst		// same alignment test prepare
-(p10)	br.cond.dptk.few long_memcpy
+(p10)	br.cond.dptk.few long_copy_user
 	;;			// RAW pr.rot/p16 ?
 	//
 	// Now we do the byte by byte loop with software pipeline
@@ -136,7 +136,7 @@
 	//
 	// Beginning of long mempcy (i.e. > 16 bytes)
 	//
-long_memcpy:
+long_copy_user:
 	tbit.nz p6,p7=src1,0	// odd alignement
 	and tmp=7,tmp
 	;;

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