]> git.baikalelectronics.ru Git - kernel.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)
commitfbfa73061d94413d4c1a4bbe5a11f35390c82d2f
tree908992fbcda8430d167922c5ef23c25eb78cbc44
parent1d4e57c59f4b5e06bc4051fa13a1040c7dda6f24
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