]> 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)
commitc5d3c70e193d7c7b34f3a63f4d2875af13e24075
tree3bd7d62e4a98e500158921d80021fcf0f7c35f11
parent079a478f94aeecf14e418552ee7e3f6af57d67c7
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