]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: copy_to-from-in_user optimization using copy template
authorFeng Kan <fkan@apm.com>
Wed, 23 Sep 2015 18:55:39 +0000 (11:55 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Oct 2015 10:34:44 +0000 (11:34 +0100)
commitb82b16de9f6c9531e3c45f56c815ba1a80f84a56
tree3bd7d62e4a98e500158921d80021fcf0f7c35f11
parentfbfa73061d94413d4c1a4bbe5a11f35390c82d2f
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>
arch/arm64/lib/copy_from_user.S
arch/arm64/lib/copy_in_user.S
arch/arm64/lib/copy_to_user.S