commit | e89fb56c8bcf5514cfe7abd7a3dda9e6007b7238 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Fri Jan 17 10:48:46 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:17 2014 +0100 |
tree | e71494a33e6dad52b0f02b477e9f8aeada7af4e1 | |
parent | 2ab82e66483798670e129c48c05d7fc8a39ea996 [diff] |
MIPS: lib: csum_partial: Add macro to build csum_partial symbols In preparation for EVA support, we use a macro to build the __csum_partial_copy_user main code so it can be shared across multiple implementations. EVA uses the same code but it replaces the load/store/prefetch instructions with the EVA specific ones therefore using a macro avoids unnecessary code duplications. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>