You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
Reviewed-by: Catalin Marinas <[email protected]>
Reviewed-by: Trilok Soni <[email protected]>
Signed-off-by: Joonwoo Park <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
0 commit comments