diff options
author | Joonwoo Park <joonwoop@codeaurora.org> | 2014-10-21 04:59:03 +0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-11-06 20:25:27 +0300 |
commit | 70ddb63a88bfd45eb6abe36e2bf4f8f351a447d7 (patch) | |
tree | 4dcae5cd2781e3265f0a5a9effc4060943ae04c5 /fs/binfmt_em86.c | |
parent | 4ee20980812b5b1800221996ec438689f61e98b4 (diff) | |
download | linux-70ddb63a88bfd45eb6abe36e2bf4f8f351a447d7.tar.xz |
arm64: optimize memcpy_{from,to}io() and memset_io()
Optimize memcpy_{from,to}io() and memset_io() by transferring in 64 bit
as much as possible with minimized barrier usage. This simplest
optimization brings faster throughput compare to current byte-by-byte read
and write with barrier in the loop. Code's skeleton is taken from the
powerpc.
Link: http://lkml.kernel.org/p/20141020133304.GH23751@e104818-lin.cambridge.arm.com
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Trilok Soni <tsoni@codeaurora.org>
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs/binfmt_em86.c')
0 files changed, 0 insertions, 0 deletions