MIPS: lib: memcpy: Add MIPS R6 support
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Fri, 14 Nov 2014 11:55:50 +0000 (11:55 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:29 +0000 (15:37 +0000)
commitb0ce4bd535a68e5814b8470f1f8a49771f37b0a2
tree3ffd6805a81c1b5e36a027cb26587fde3ac52e84
parentfee313d4b880d4f68cd9d1ed013b128f836d3f21
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>
arch/mips/lib/memcpy.S