commit | e5c88e3f2fb35dca5f3e46d65095bf5d008595b7 | [log] [tgz] |
---|---|---|
author | Feng Kan <fkan@apm.com> | Wed Sep 23 11:55:38 2015 -0700 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 07 11:34:43 2015 +0100 |
tree | 908992fbcda8430d167922c5ef23c25eb78cbc44 | |
parent | efa773fe913ff188c554ccaac577d0a1bb1dc2f4 [diff] |
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>