Re: [PATCH V4 2/2] arm64: Change memcpy in kernel to use the copy template file

2015-09-07 Thread Catalin Marinas
On Fri, Aug 21, 2015 at 03:01:41PM -0700, Feng Kan wrote: > This converts the memcpy.S to use the copy template file. The copy > template file was based originally on the memcpy.S. Minor changes > was made to it to accommodate the copy to/from/in user files. I think it will be easier to follow if

[PATCH V4 2/2] arm64: Change memcpy in kernel to use the copy template file

2015-08-21 Thread Feng Kan
This converts the memcpy.S to use the copy template file. The copy template file was based originally on the memcpy.S. Minor changes was made to it to accommodate the copy to/from/in user files. Signed-off-by: Feng Kan --- arch/arm64/lib/memcpy.S | 179 +++