]> 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)
commit079a478f94aeecf14e418552ee7e3f6af57d67c7
tree908992fbcda8430d167922c5ef23c25eb78cbc44
parent19673ea5814230892a485ba39306bfb0ff304cbd
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