summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/Memcpy_utils.S
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11arch/sparc: Add accurate exception reporting in M7memcpyBabu Moger1-0/+182
Add accurate exception reporting in M7memcpy Signed-off-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-11arch/sparc: Rename exception handlersBabu Moger1-60/+60
Rename exception handlers to memcpy_xxx as these are going to be used by new memcpy routines and these handlers are not exclusive to NG4memcpy anymore. Signed-off-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-11arch/sparc: Separate the exception handlers from NG4memcpyBabu Moger1-0/+163
Separate the exception handlers from NG4memcpy so that it can be used with new memcpy routines. Make a separate file for all these handlers. Signed-off-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>