commit | 4e0748f5beb92a14f6be4716938cbf27177ecd07 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Thu Nov 13 11:25:27 2014 +0000 |
committer | Markos Chandras <markos.chandras@imgtec.com> | Tue Feb 17 15:37:19 2015 +0000 |
tree | 7d48121081c57a306d400423e12c051170f4003a | |
parent | 98a833c1fa4de0695830f77b2d13fd86693da298 [diff] |
MIPS: Use generic checksum functions for MIPS R6 The following instructions have been removed from MIPS R6 ulw, ulh, swl, lwr, lwl, swr. However, all of them are used in the MIPS specific checksum implementation. As a result of which, we will use the generic checksum on MIPS R6 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>