commit | 404268828c74ba06b1f21584b26edafb381c9d7d | [log] [tgz] |
---|---|---|
author | Feng Kan <fkan@apm.com> | Wed Sep 23 11:55:39 2015 -0700 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 07 11:34:44 2015 +0100 |
tree | 3bd7d62e4a98e500158921d80021fcf0f7c35f11 | |
parent | e5c88e3f2fb35dca5f3e46d65095bf5d008595b7 [diff] |
arm64: copy_to-from-in_user optimization using copy template This patch optimize copy_to-from-in_user for arm 64bit architecture. The copy template is used as template file for all the copy*.S files. Minor change was made to it to accommodate the copy to/from/in user files. Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Balamurugan Shanmugam <bshanmugam@apm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>