commit | b0ce4bd535a68e5814b8470f1f8a49771f37b0a2 | [log] [tgz] |
---|---|---|
author | Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> | Fri Nov 14 11:55:50 2014 +0000 |
committer | Markos Chandras <markos.chandras@imgtec.com> | Tue Feb 17 15:37:29 2015 +0000 |
tree | 3ffd6805a81c1b5e36a027cb26587fde3ac52e84 | |
parent | fee313d4b880d4f68cd9d1ed013b128f836d3f21 [diff] |
MIPS: lib: memcpy: Add MIPS R6 support MIPS R6 does not support the unaligned load and store instructions so we add a special MIPS R6 case to copy one byte at a time if we need to read/write to unaligned memory addresses. Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>