commit | b3a04ed507bf5b85e9eae521f5c6ca1d1bc6a4f2 | [log] [tgz] |
---|---|---|
author | Babu Moger <babu.moger@oracle.com> | Mon Aug 07 17:52:51 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 10 14:57:00 2017 -0700 |
tree | e952ade8ca842529ed89f37061b7b4601f86ff72 | |
parent | 1ab326934fa1a16f776b014ba482c1be08a205a1 [diff] |
arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8 New algorithm that takes advantage of the M7/M8 block init store ASI, ie, overlapping pipelines and miss buffer filling. Full details in code comments. Signed-off-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>