]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: Change memcpy in kernel to use the copy template file
authorFeng Kan <fkan@apm.com>
Wed, 23 Sep 2015 18:55:38 +0000 (11:55 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Oct 2015 10:34:43 +0000 (11:34 +0100)
commite5c88e3f2fb35dca5f3e46d65095bf5d008595b7
tree908992fbcda8430d167922c5ef23c25eb78cbc44
parentefa773fe913ff188c554ccaac577d0a1bb1dc2f4
arm64: Change memcpy in kernel to use the copy template file

This converts the memcpy.S to use the copy template file. The copy
template file was based originally on the memcpy.S

Signed-off-by: Feng Kan <fkan@apm.com>
Signed-off-by: Balamurugan Shanmugam <bshanmugam@apm.com>
[catalin.marinas@arm.com: removed tmp3(w) .req statements as they are not used]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/lib/copy_template.S [new file with mode: 0644]
arch/arm64/lib/memcpy.S