From: Keith Owens Date: Mon, 25 Apr 2005 20:23:47 +0000 (-0700) Subject: [IA64] __copy_user breaks on unaligned src X-Git-Tag: v2.6.12-rc4~197^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6118ec847e8e35393efc0f88394c2f5dd48c3313;p=~shefty%2Frdma-dev.git [IA64] __copy_user breaks on unaligned src memcpy_mck.S::__copy_user breaks in the prefetch code under these conditions :- * src is unaligned and * dst is near the end of a page and * the page after dst is unmapped. Signed-off-by: Keith Owens Signed-off-by: Tony Luck --- diff --git a/arch/ia64/lib/memcpy_mck.S b/arch/ia64/lib/memcpy_mck.S index 6f26ef7cc23..3c2cd2f04db 100644 --- a/arch/ia64/lib/memcpy_mck.S +++ b/arch/ia64/lib/memcpy_mck.S @@ -300,7 +300,7 @@ EK(.ex_handler, (p[D]) st8 [dst1] = t15, 4*8) add src_pre_mem=0,src0 // prefetch src pointer add dst_pre_mem=0,dst0 // prefetch dest pointer and src0=-8,src0 // 1st src pointer -(p7) mov ar.lc = r21 +(p7) mov ar.lc = cnt (p8) mov ar.lc = r0 ;; TEXT_ALIGN(32)